Searched refs:pDrive (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/tools/source/fsys/ |
H A D | wntmsc.cxx | 405 DirEntry* pDrive = new DirEntry( sDrive, FSYS_FLAG_VOLUME, FSYS_STYLE_HOST ); in Init() local 410 FileStat *pNewStat = new FileStat( *pDrive ); in Init() 411 pDir->ImpSortedInsert( pDrive, pNewStat ); in Init() 414 pDir->ImpSortedInsert( pDrive, NULL ); in Init() 418 delete pDrive; in Init()
|
H A D | os2.cxx | 325 DirEntry* pDrive = new DirEntry( sDrive, FSYS_FLAG_VOLUME, FSYS_STYLE_HOST ); in Init() local 331 FileStat *pNewStat = new FileStat( *pDrive ); in Init() 332 pDir->ImpSortedInsert( pDrive, pNewStat ); in Init() 335 pDir->ImpSortedInsert( pDrive, NULL ); in Init() 339 delete pDrive; in Init()
|
/aoo41x/main/soldep/bootstrp/ |
H A D | prj.cxx | 1251 GenericInformation *pDrive = pDrives->GetObject( i ); in UpdateFileList() local 1252 if ( pDrive ) { in UpdateFileList() 1262 GenericInformation *pUnixVolume = pDrive->GetSubInfo( sPath ); in UpdateFileList() 1270 String sRoot( *pDrive, RTL_TEXTENCODING_ASCII_US ); in UpdateFileList() 1277 GenericInformation *pProjectsKey = pDrive->GetSubInfo( sPath, sal_True ); in UpdateFileList() 2440 GenericInformation *pDrive = pDrives->GetObject( i ); in StarWriter() local 2441 if ( pDrive ) { in StarWriter() 2451 GenericInformation *pUnixVolume = pDrive->GetSubInfo( sPath ); in StarWriter() 2459 String sRoot( *pDrive, RTL_TEXTENCODING_ASCII_US ); in StarWriter() 2466 GenericInformation *pProjectsKey = pDrive->GetSubInfo( sPath, sal_True ); in StarWriter()
|
Completed in 34 milliseconds