Searched refs:pNewStat (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/tools/source/fsys/ |
H A D | tdir.cxx | 214 void Dir::ImpSortedInsert( const DirEntry *pNewEntry, const FileStat *pNewStat ) in ImpSortedInsert() argument 224 if ( ImpInsertPointReached( *pNewEntry, *pNewStat, pLst->GetCurPos(), in ImpSortedInsert() 228 pStatLst->Insert( (FileStat*)pNewStat, pLst->GetCurPos() ); in ImpSortedInsert() 235 pStatLst->Insert( (FileStat*)pNewStat, APPEND ); in ImpSortedInsert()
|
H A D | wntmsc.cxx | 410 FileStat *pNewStat = new FileStat( *pDrive ); in Init() local 411 pDir->ImpSortedInsert( pDrive, pNewStat ); in Init() 485 FileStat *pNewStat = new FileStat( (void*) pDosDir, (void*) 0 ); in Read() local 486 pDir->ImpSortedInsert( pTemp, pNewStat ); in Read()
|
H A D | os2.cxx | 331 FileStat *pNewStat = new FileStat( *pDrive ); in Init() local 332 pDir->ImpSortedInsert( pDrive, pNewStat ); in Init()
|
/aoo41x/main/tools/inc/tools/ |
H A D | fsys.hxx | 468 const FileStat *pNewStat );
|
Completed in 27 milliseconds