Searched refs:currentdir (Results 1 – 2 of 2) sorted by relevance
18 TCHAR currentdir[MAX_PATH + 1]; in FindOtherDrive() local20 if (0 != GetCurrentDirectory(MAX_PATH + 1, currentdir)) { in FindOtherDrive()23 drive != _totupper(currentdir[0])) { in FindOtherDrive()
364 char currentdir[MAX_PATH+1]; in test_GetVolumeInformationA() local379 result = GetCurrentDirectoryA(MAX_PATH, currentdir); in test_GetVolumeInformationA()400 ret = SetCurrentDirectoryA(currentdir); in test_GetVolumeInformationA()403 if (toupper(currentdir[0]) == toupper(windowsdir[0])) { in test_GetVolumeInformationA()417 ret = SetCurrentDirectoryA(currentdir); in test_GetVolumeInformationA()434 ret = SetCurrentDirectoryA(currentdir); in test_GetVolumeInformationA()457 ret = SetCurrentDirectoryA(currentdir); in test_GetVolumeInformationA()