Home
last modified time | relevance | path

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

/trunk/main/tools/source/fsys/
H A Dos2.cxx767 for ( USHORT nDrive = 0; nDrive < 26; ++nDrive ) in CreateDriveMapImpl() local
769 if ( nDrive < nFloppies ) in CreateDriveMapImpl()
772 aDriveMap[nDrive].nStyle = FSYS_STYLE_FAT; in CreateDriveMapImpl()
787 USHORT nDrive; in CreateDriveMapImpl()
797 for ( nDrive = 0; nDrive < 26; ++nDrive ) in CreateDriveMapImpl()
799 if ( nDrive < nFloppies ) in CreateDriveMapImpl()
812 for ( nDrive = 2; nDrive < 26; ++nDrive ) in CreateDriveMapImpl()
818 pDriveName[0] = nDrive+'a'; in CreateDriveMapImpl()
829 PM_BYTE nDriveId = nDrive; in CreateDriveMapImpl()
858 aDriveMap[nDrive].nKind = in CreateDriveMapImpl()
[all …]
/trunk/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()

Completed in 18 milliseconds