Searched refs:dirFile (Results 1 – 2 of 2) sorted by relevance
52 PathFilePair dirFile = split_path(filePath); in exists() local53 string dirPath = dirFile.first; in exists()54 string fileName = dirFile.second; in exists()
425 osl::Directory dirFile( dirName ); in getModuleList() local432 if( osl::FileBase::E_None != dirFile.open() ) in getModuleList()435 while( dirFile.getNextItem( aDirItem ) == osl::FileBase::E_None && in getModuleList()
Completed in 38 milliseconds