Home
last modified time | relevance | path

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

/aoo42x/main/sal/systools/win32/uwinapi/
H A DGetModuleFileNameExA.cpp49 BOOL fFound = FALSE; variable
52 fFound = TRUE;
55 fFound = (me.hModule == hModule);
56 } while ( !fFound && Module32Next( hSnapshot, &me ) );
58 if ( fFound )
/aoo42x/main/sal/osl/w32/
H A Dfile_dirvol.cxx941 BOOL fFound; in osl_getNextFileItem() local
957 fFound = EnumDirectory( pDirImpl->hDirectory, &pItemImpl->FindData ); in osl_getNextFileItem()
959 if ( fFound ) in osl_getNextFileItem()

Completed in 23 milliseconds