Searched refs:manifest_path (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | actctx.c | 494 GetFullPathNameW(path, sizeof(manifest_path)/sizeof(WCHAR), manifest_path, NULL); in create_manifest_file() 657 LPCWSTR manifest_path; member 663 1, manifest_path, 675 1, manifest_path, 681 1, manifest_path, 687 1, manifest_path, 724 if (exinfo->manifest_path) exsize += (lstrlenW(exinfo->manifest_path)+1) * sizeof(WCHAR); in test_info_in_assembly() 749 if (!exinfo->manifest_path) in test_info_in_assembly() 773 if(exinfo->manifest_path) { in test_info_in_assembly() 774 len = lstrlenW(exinfo->manifest_path)*sizeof(WCHAR); in test_info_in_assembly() [all …]
|
H A D | path.c | 1765 WCHAR path[MAX_PATH], manifest_path[MAX_PATH]; in create_manifest_file() local 1771 GetTempPathW(sizeof(manifest_path)/sizeof(WCHAR), manifest_path); in create_manifest_file() 1772 lstrcatW(manifest_path, path); in create_manifest_file() 1774 …file = CreateFileW(manifest_path, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NU… in create_manifest_file() 1791 WCHAR path[MAX_PATH], manifest_path[MAX_PATH]; in test_create() local 1796 GetTempPathW(sizeof(manifest_path)/sizeof(WCHAR), manifest_path); in test_create() 1797 lstrcatW(manifest_path, path); in test_create() 1801 actctx.lpSource = manifest_path; in test_create() 1808 ok(actctx.lpSource == manifest_path, "lpSource=%p\n", actctx.lpSource); in test_create()
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | compobj.c | 193 static WCHAR manifest_path[MAX_PATH]; variable 203 GetFullPathNameW(path, ARRAY_SIZE(manifest_path), manifest_path, NULL); in create_manifest_file()
|