Home
last modified time | relevance | path

Searched refs:sDrive (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/tools/source/fsys/
H A Dwntmsc.cxx399 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 Dos2.cxx319 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 17 milliseconds