Home
last modified time | relevance | path

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

/reactos/modules/rostests/tests/copymove/
H A Dcopymove.c18 TCHAR currentdir[MAX_PATH + 1]; in FindOtherDrive() local
20 if (0 != GetCurrentDirectory(MAX_PATH + 1, currentdir)) { in FindOtherDrive()
23 drive != _totupper(currentdir[0])) { in FindOtherDrive()
/reactos/modules/rostests/winetests/kernel32/
H A Dvolume.c364 char currentdir[MAX_PATH+1]; in test_GetVolumeInformationA() local
379 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()