Home
last modified time | relevance | path

Searched refs:bFound (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DGlobalFunctions.cpp82 BOOL bFound = FALSE; in FileExists() local
88 bFound = TRUE; in FileExists()
92 return bFound; in FileExists()
H A DAPETag.cpp482 BOOL bFound = FALSE; in CreateID3Tag() local
483 while ((nGenreIndex < GENRE_COUNT) && (bFound == FALSE)) in CreateID3Tag()
488 bFound = TRUE; in CreateID3Tag()