Searched refs:hFindContent (Results 1 – 3 of 3) sorted by relevance
100 HANDLE hFindContent = FindFirstFile( sPattern.c_str(), &aFindData ); in RemoveCompleteDirectory() local102 if ( hFindContent != INVALID_HANDLE_VALUE ) in RemoveCompleteDirectory()150 fNextFile = FindNextFile( hFindContent, &aFindData ); in RemoveCompleteDirectory()154 FindClose( hFindContent ); in RemoveCompleteDirectory()
236 HANDLE hFindContent = FindFirstFile( sPattern.c_str(), &aFindData ); in RemoveCompleteDirectory() local238 if ( hFindContent != INVALID_HANDLE_VALUE ) in RemoveCompleteDirectory()286 fNextFile = FindNextFile( hFindContent, &aFindData ); in RemoveCompleteDirectory()290 FindClose( hFindContent ); in RemoveCompleteDirectory()
230 HANDLE hFindContent = FindFirstFile( sUreDirName.c_str(), &aFindData ); in RemoveLayerLinks() local231 if ( hFindContent == INVALID_HANDLE_VALUE ) { ureDirExists = false; } in RemoveLayerLinks()232 FindClose( hFindContent ); in RemoveLayerLinks()
Completed in 12 milliseconds