Home
last modified time | relevance | path

Searched refs:pDosDir (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/tools/source/fsys/
H A Dcomdep.hxx68 DIR* pDosDir; member
92 pDosDir = NULL; in DirReader_Impl()
95 pDosDir = opendir( (char*) aBypass.GetBuffer() ); in DirReader_Impl()
107 { if( pDosDir ) closedir( pDosDir ); } in ~DirReader_Impl()
H A Dunx.cxx412 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()
H A Dos2.cxx354 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()
H A Dwntmsc.cxx436 ( ( 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()
H A Dtdir.cxx357 if( !pReader->pDosDir ) in Reset()

Completed in 32 milliseconds