/reactos/modules/rostests/winetests/shell32/ |
H A D | recyclebin.c | 46 CHAR temp_path[MAX_PATH-14], buf[MAX_PATH+1]; in test_query_recyclebin() local 57 ok(GetTempPathA(sizeof(temp_path), temp_path), "GetTempPath failed\n"); in test_query_recyclebin() 58 ok(GetTempFileNameA(temp_path, "trash", 0, buf), "GetTempFileName failed\n"); in test_query_recyclebin()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | file.c | 677 char temp_path[MAX_PATH]; in test_CopyFileA() local 849 WCHAR temp_path[MAX_PATH]; in test_CopyFileW() local 1122 char temp_path[MAX_PATH]; in test_CopyFileEx() local 1544 WCHAR temp_path[MAX_PATH]; in test_CreateFileW() local 1633 WCHAR temp_path[MAX_PATH]; in test_CreateFile2() local 3134 char temp_path[MAX_PATH]; in test_read_write() local 3601 char temp_path[MAX_PATH]; in test_ReplaceFileA() local 3925 char temp_path[MAX_PATH]; in test_CreateFile() local 3933 i = strlen(temp_path); in test_CreateFile() 3934 if (i && temp_path[i - 1] == '\\') temp_path[i - 1] = 0; in test_CreateFile() [all …]
|
H A D | loader.c | 173 char temp_path[MAX_PATH]; in create_test_dll() local 178 GetTempPathA(MAX_PATH, temp_path); in create_test_dll() 259 char temp_path[MAX_PATH]; in create_test_dll_sections() local 264 GetTempPathA(MAX_PATH, temp_path); in create_test_dll_sections() 1833 char temp_path[MAX_PATH]; in test_section_access() local 1844 GetTempPathA(MAX_PATH, temp_path); in test_section_access() 2005 char temp_path[MAX_PATH]; in test_import_resolution() local 2062 GetTempPathA(MAX_PATH, temp_path); in test_import_resolution() 2935 GetTempPathA(MAX_PATH, temp_path); in test_ExitProcess() 3396 char temp_path[MAX_PATH]; in test_ResolveDelayLoadedAPI() local [all …]
|
H A D | volume.c | 180 char temp_path[MAX_PATH]; in test_GetVolumeNameForVolumeMountPointA() local 188 reti = GetTempPathA(MAX_PATH, temp_path); in test_GetVolumeNameForVolumeMountPointA() 221 ret = pGetVolumeNameForVolumeMountPointA(temp_path, volume, len); in test_GetVolumeNameForVolumeMountPointA() 225 temp_path, GetLastError()); in test_GetVolumeNameForVolumeMountPointA()
|
H A D | virtual.c | 3213 char temp_path[MAX_PATH]; in test_CreateFileMapping_protection() local 3221 GetTempPathA(MAX_PATH, temp_path); in test_CreateFileMapping_protection() 3222 GetTempFileNameA(temp_path, "map", 0, file_name); in test_CreateFileMapping_protection() 3595 char temp_path[MAX_PATH]; in test_mapping() local 3603 GetTempPathA(MAX_PATH, temp_path); in test_mapping() 3604 GetTempFileNameA(temp_path, "map", 0, file_name); in test_mapping()
|
H A D | sync.c | 685 char temp_path[MAX_PATH]; in test_iocp_callback() local 705 ret = GetTempPathA(MAX_PATH, temp_path); in test_iocp_callback() 709 ret = GetTempFileNameA(temp_path, prefix, 0, filename); in test_iocp_callback()
|
/reactos/modules/rostests/winetests/msvfw32/ |
H A D | mciwnd.c | 116 char temp_path[MAX_PATH]; in create_avi_file() local 121 ret = GetTempPathA(sizeof(temp_path), temp_path); in create_avi_file() 126 ret = GetTempFileNameA(temp_path, "mci", 0, fname); in create_avi_file()
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | asm.c | 27 static char temp_path[MAX_PATH]; variable 35 if (!*temp_path) in create_file() 36 GetTempPathA(sizeof(temp_path), temp_path); in create_file() 38 strcpy(path, temp_path); in create_file() 61 strcpy(path, temp_path); in delete_file() 70 strcpy(path, temp_path); in create_directory() 79 strcpy(path, temp_path); in delete_directory()
|
/reactos/modules/rostests/winetests/advpack/ |
H A D | install.c | 288 char temp_path[MAX_PATH], prev_path[MAX_PATH]; in START_TEST() local 300 GetTempPathA(MAX_PATH, temp_path); in START_TEST() 301 SetCurrentDirectoryA(temp_path); in START_TEST() 303 lstrcpyA(CURR_DIR, temp_path); in START_TEST()
|
H A D | files.c | 549 char temp_path[MAX_PATH], prev_path[MAX_PATH]; in START_TEST() local 554 GetTempPathA(MAX_PATH, temp_path); in START_TEST() 555 SetCurrentDirectoryA(temp_path); in START_TEST() 557 lstrcpyA(CURR_DIR, temp_path); in START_TEST()
|
/reactos/modules/rostests/apitests/setupapi/ |
H A D | SetupDiInstallClassExA.c | 279 char temp_path[MAX_PATH], prev_path[MAX_PATH]; in START_TEST() local 283 GetTempPathA(MAX_PATH, temp_path); in START_TEST() 284 SetCurrentDirectoryA(temp_path); in START_TEST() 286 strcpy(CURR_DIR, temp_path); in START_TEST()
|
H A D | SetupInstallServicesFromInfSectionEx.c | 368 char temp_path[MAX_PATH], prev_path[MAX_PATH]; in START_TEST() local 371 GetTempPathA(MAX_PATH, temp_path); in START_TEST() 372 SetCurrentDirectoryA(temp_path); in START_TEST() 374 strcpy(CURR_DIR, temp_path); in START_TEST()
|
/reactos/modules/rostests/apitests/mspatcha/ |
H A D | mspatcha.c | 123 char temp_path[MAX_PATH]; variable 131 if (!GetTempFileNameA(temp_path, "mpa", 0, filename)) in extract2() 351 if (!GetTempFileNameA(temp_path, "MPO", 0, outputname)) in apply_patch() 513 GetTempPathA(_countof(temp_path), temp_path); in START_TEST()
|
/reactos/modules/rostests/winetests/imagehlp/ |
H A D | image.c | 250 char temp_path[MAX_PATH]; in create_temp_file() local 252 if (GetTempPathA(sizeof(temp_path), temp_path)) in create_temp_file() 254 if (GetTempFileNameA(temp_path, "img", 0, temp_file)) in create_temp_file()
|
H A D | integrity.c | 123 char temp_path[MAX_PATH]; in copy_dll_file() local 137 GetTempPathA(MAX_PATH, temp_path); in copy_dll_file() 138 GetTempFileNameA(temp_path, "img", 0, test_dll_path); in copy_dll_file()
|
/reactos/modules/rostests/winetests/setupapi/ |
H A D | install.c | 766 char temp_path[MAX_PATH], prev_path[MAX_PATH]; in START_TEST() local 770 GetTempPathA(MAX_PATH, temp_path); in START_TEST() 771 SetCurrentDirectoryA(temp_path); in START_TEST() 773 strcpy(CURR_DIR, temp_path); in START_TEST()
|
/reactos/modules/rostests/winetests/qedit/ |
H A D | mediadet.c | 79 static WCHAR temp_path[MAX_PATH]; in unpack_avi_file() local 105 if (!GetTempPathW(MAX_PATH, temp_path)) in unpack_avi_file() 109 if (!GetTempFileNameW(temp_path, prefix, 0, name)) in unpack_avi_file()
|
/reactos/modules/rostests/winetests/wintrust/ |
H A D | softpub.c | 289 WCHAR temp_path[MAX_PATH]; in create_temp_file() local 291 if (GetTempPathW(ARRAY_SIZE(temp_path), temp_path)) in create_temp_file() 295 if (GetTempFileNameW(temp_path, img, 0, temp_file)) in create_temp_file()
|
/reactos/modules/rostests/winetests/msi/ |
H A D | patch.c | 1262 char temp_path[MAX_PATH], prev_path[MAX_PATH]; in START_TEST() local 1267 GetTempPathA( MAX_PATH, temp_path ); in START_TEST() 1268 SetCurrentDirectoryA( temp_path ); in START_TEST() 1270 strcpy( CURR_DIR, temp_path ); in START_TEST()
|
H A D | automation.c | 2600 char temp_path[MAX_PATH], prev_path[MAX_PATH]; in START_TEST() local 2612 GetTempPathA(MAX_PATH, temp_path); in START_TEST() 2613 SetCurrentDirectoryA(temp_path); in START_TEST() 2615 lstrcpyA(CURR_DIR, temp_path); in START_TEST()
|
H A D | action.c | 6507 char temp_path[MAX_PATH], prev_path[MAX_PATH], log_file[MAX_PATH]; in START_TEST() local 6516 GetTempPathA(MAX_PATH, temp_path); in START_TEST() 6517 SetCurrentDirectoryA(temp_path); in START_TEST() 6519 lstrcpyA(CURR_DIR, temp_path); in START_TEST() 6533 lstrcpyA(log_file, temp_path); in START_TEST()
|
/reactos/modules/rostests/winetests/psapi/ |
H A D | psapi_main.c | 408 …char temp_path[MAX_PATH], file_name[MAX_PATH], map_name[MAX_PATH], device_name[MAX_PATH], drive[3]; in test_GetMappedFileName() local 444 GetTempPathA(MAX_PATH, temp_path); in test_GetMappedFileName() 445 GetTempFileNameA(temp_path, "map", 0, file_name); in test_GetMappedFileName()
|
/reactos/modules/rostests/winetests/winmm/ |
H A D | mmio.c | 674 char temp_path[MAX_PATH]; in create_test_file() local 678 ret = GetTempPathA(sizeof(temp_path), temp_path); in create_test_file() 683 ret = GetTempFileNameA(temp_path, "mmio", 0, temp_file); in create_test_file()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | dc.c | 1374 char temp_path[MAX_PATH], file_name[MAX_PATH]; in print_something() local 1379 GetTempPathA(sizeof(temp_path), temp_path); in print_something() 1380 GetTempFileNameA(temp_path, "ps", 0, file_name); in print_something()
|
/reactos/modules/rostests/winetests/oleaut32/ |
H A D | olepicture.c | 957 char temp_path[MAX_PATH]; in test_OleLoadPicturePath() local 1013 GetTempPathA(sizeof(temp_path), temp_path); in test_OleLoadPicturePath() 1014 GetTempFileNameA(temp_path, "bmp", 0, temp_file); in test_OleLoadPicturePath()
|