Searched refs:path_tmp (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/sxs/ |
H A D | sxs.c | 54 static BOOL write_resource_file(const char *path_tmp, const char *name_res, const char *name_file, … in write_resource_file() argument 72 strcpy(path_file, path_tmp); in write_resource_file() 114 char path_tmp[MAX_PATH]; in prepare_and_run_test() local 122 GetTempPathA(MAX_PATH, path_tmp); in prepare_and_run_test() 124 if (!write_resource_file(path_tmp, "comtest_exe.manifest", "exe.manifest", path_manifest_exe)) in prepare_and_run_test() 130 … if (!write_resource_file(path_tmp, "comtest_dll.manifest", "comtest.manifest", path_manifest_dll)) in prepare_and_run_test() 138 context.lpAssemblyDirectory = path_tmp; in prepare_and_run_test()
|