Searched defs:chDrive (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTPathGetCurrentOnDrive-generic.cpp41 RTDECL(int) RTPathGetCurrentOnDrive(char chDrive, char *pszPath, size_t cbPath) argument
50 if ( ( chDrive == *pszPath
51 || RT_C_TO_LOWER(chDrive) == RT_C_TO_LOWER(*pszPath))
60 pszPath[0] = RT_C_TO_UPPER(chDrive);
73 NOREF(chDrive);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxSharedFolders.cpp68 char chDrive = 'D'; /* Start probing whether drive D: is free to use. */ local
72 RTStrPrintf(szCurDrive, sizeof(szCurDrive), "%c:", chDrive++);
109 } while (chDrive <= 'Z');
111 if (chDrive > 'Z')
/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp714 RTDECL(int) RTPathGetCurrentOnDrive(char chDrive, char *pszPath, size_t cbPath) argument
717 wszInput[0] = chDrive;

Completed in 53 milliseconds