Searched refs:pDosDir (Results 1 – 5 of 5) sorted by relevance
68 DIR* pDosDir; member92 pDosDir = NULL; in DirReader_Impl()95 pDosDir = opendir( (char*) aBypass.GetBuffer() ); in DirReader_Impl()107 { if( pDosDir ) closedir( pDosDir ); } in ~DirReader_Impl()
412 if (!pDosDir) in Read()414 pDosDir = opendir( (char*) ByteString(aPath, osl_getThreadTextEncoding()).GetBuffer() ); in Read()417 if (!pDosDir) in Read()425 ( ( pDosEntry = readdir( pDosDir ) ) != NULL ) ) in Read()
354 if (!pDosDir) in Read()356 pDosDir = opendir( (char*) ByteString(aPath, osl_getThreadTextEncoding()).GetBuffer() ); in Read()359 if (!pDosDir) in Read()367 ( ( pDosEntry = readdir( pDosDir ) ) != NULL ) ) in Read()
436 ( ( pDosEntry = readdir( pDosDir ) ) != NULL ) ) in Read()479 pTemp->ImpSetStat( new FileStat( (void*) pDosDir, (void*) 0 ) ); in Read()485 FileStat *pNewStat = new FileStat( (void*) pDosDir, (void*) 0 ); in Read()
357 if( !pReader->pDosDir ) in Reset()
Completed in 34 milliseconds