Searched refs:test_setdir (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | path.c | 292 static void test_setdir(CHAR *olddir,CHAR *newdir, in test_setdir() function 513 test_setdir(origdir,tmpstr,newdir,1,"check 1"); in test_CurrentDirectoryA() 514 test_setdir(origdir,newdir,NULL,1,"check 2"); in test_CurrentDirectoryA() 521 test_setdir(newdir,tmpstr,NULL,0,"check 3"); in test_CurrentDirectoryA() 524 test_setdir(newdir,tmpstr,NULL,0,"check 4"); in test_CurrentDirectoryA() 527 test_setdir(newdir,tmpstr,NULL,1,"check 5"); in test_CurrentDirectoryA() 531 test_setdir(newdir,tmpstr,tmpstr1,1,"check 6"); in test_CurrentDirectoryA() 534 test_setdir(newdir,tmpstr,tmpstr1,1,"check 7"); in test_CurrentDirectoryA() 538 test_setdir(newdir,tmpstr,tmpstr1,1,"check 8"); in test_CurrentDirectoryA() 541 test_setdir(newdir,tmpstr,tmpstr1,1,"check 9"); in test_CurrentDirectoryA() [all …]
|