Searched refs:sDrive (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/tools/source/fsys/ |
H A D | wntmsc.cxx | 399 char sDrive[3] = { '?', ':', 0 }; in Init() local 403 sDrive[0] = c; in Init() 405 DirEntry* pDrive = new DirEntry( sDrive, FSYS_FLAG_VOLUME, FSYS_STYLE_HOST ); in Init() 406 …if ( pDir->aNameMask.Matches( String( ByteString(sDrive), osl_getThreadTextEncoding())) && GetDriv… in Init()
|
H A D | os2.cxx | 319 char sDrive[3] = { '?', ':', 0 }; in Init() local 323 sDrive[0] = c; in Init() 325 DirEntry* pDrive = new DirEntry( sDrive, FSYS_FLAG_VOLUME, FSYS_STYLE_HOST ); in Init() 326 if ( pDir->aNameMask.Matches( String( ByteString(sDrive), osl_getThreadTextEncoding())) in Init()
|
Completed in 27 milliseconds