Home
last modified time | relevance | path

Searched refs:temp_path (Results 1 – 25 of 31) sorted by relevance

12

/reactos/modules/rostests/winetests/shell32/
H A Drecyclebin.c46 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 Dfile.c677 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 Dloader.c173 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 Dvolume.c180 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 Dvirtual.c3213 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 Dsync.c685 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 Dmciwnd.c116 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 Dasm.c27 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 Dinstall.c288 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 Dfiles.c549 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 DSetupDiInstallClassExA.c279 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 DSetupInstallServicesFromInfSectionEx.c368 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 Dmspatcha.c123 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 Dimage.c250 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 Dintegrity.c123 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 Dinstall.c766 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 Dmediadet.c79 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 Dsoftpub.c289 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 Dpatch.c1262 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 Dautomation.c2600 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 Daction.c6507 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 Dpsapi_main.c408 …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 Dmmio.c674 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 Ddc.c1374 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 Dolepicture.c957 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()

12