Lines Matching refs:path
523 // Find the file name, without path, of the JSON file found in the non-device specific registry location.
1134 WCHAR path[MAX_PATH];
1135 memset(path, 0, sizeof(path));
1137 ERROR_SUCCESS != fpGetPackagePathByFullName(packages[0], &pathLength, path)) {
1139 "windows_get_app_package_manifest_path: Failed to get mapping layers package path");
1143 int narrowPathLength = WideCharToMultiByte(CP_ACP, 0, path, -1, NULL, 0, NULL, NULL);
1146 "windows_get_app_package_manifest_path: Failed to convert path from wide to narrow");
1152 loader_log(inst, VULKAN_LOADER_ERROR_BIT, 0, "windows_get_app_package_manifest_path: Failed to allocate path");
1156 narrowPathLength = WideCharToMultiByte(CP_ACP, 0, path, -1, ret, narrowPathLength, NULL, NULL);
1191 // Make sure the path exists first