Home
last modified time | relevance | path

Searched refs:nDrive (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/tools/source/fsys/
H A Dos2.cxx767 for ( USHORT nDrive = 0; nDrive < 26; ++nDrive ) in CreateDriveMapImpl() local
769 if ( nDrive < nFloppies ) in CreateDriveMapImpl()
771 aDriveMap[nDrive].nKind = FSYS_KIND_REMOVEABLE; in CreateDriveMapImpl()
772 aDriveMap[nDrive].nStyle = FSYS_STYLE_FAT; in CreateDriveMapImpl()
776 aDriveMap[nDrive].nKind = FSYS_KIND_UNKNOWN; in CreateDriveMapImpl()
777 aDriveMap[nDrive].nStyle = FSYS_STYLE_UNKNOWN; in CreateDriveMapImpl()
787 USHORT nDrive; in CreateDriveMapImpl()
797 for ( nDrive = 0; nDrive < 26; ++nDrive ) in CreateDriveMapImpl()
799 if ( nDrive < nFloppies ) in CreateDriveMapImpl()
801 aDriveMap[nDrive].nKind = FSYS_KIND_REMOVEABLE; in CreateDriveMapImpl()
[all …]
/AOO41X/main/sal/osl/os2/
H A Dprocess.c407 BYTE nDrive = toupper(pszDirectory[0]) - 'A' + 1; in osl_psz_executeProcess() local
409 if(NO_ERROR == DosSetDefaultDisk(nDrive)) in osl_psz_executeProcess()