Home
last modified time | relevance | path

Searched refs:manifest_path (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/clap/examples/
H A Dcargo-example-derive.rs14 manifest_path: Option<std::path::PathBuf>,
19 println!("{:?}", args.manifest_path); in main()
H A Dcargo-example.rs16 let manifest_path = matches.get_one::<std::path::PathBuf>("manifest-path"); in main()
17 println!("{:?}", manifest_path); in main()
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp363 fs::path TestICDHandle::get_icd_manifest_path() noexcept { return manifest_path; }
380 fs::path TestLayerHandle::get_layer_manifest_path() noexcept { return manifest_path; }
499 icds.back().manifest_path = folder->write_manifest(full_json_name, icd_details.icd_manifest.get_manifest_str());
500 icds.back().shimmed_manifest_path = icds.back().manifest_path;
504 platform_shim->add_manifest(ManifestCategory::icd, icds.back().manifest_path);
527 platform_shim->add_manifest(ManifestCategory::icd, icds.back().manifest_path);
530 platform_shim->add_unsecured_manifest(ManifestCategory::icd, icds.back().manifest_path);
654 layers.at(i).manifest_path = layer_manifest_loc;
H A Dtest_environment.h489 fs::path manifest_path; // path to the manifest file is on the actual filesystem (aka <build_folder>/tests/framework/<...>) member
505 fs::path manifest_path; // path to the manifest file is on the actual filesystem (aka <build_folder>/tests/framework/<...>) member
/third_party/node/tools/gyp/pylib/gyp/
H A Dwin_tool.py266 manifest_path, resource_path, resource_name = args
270 % (resource_name, os.path.abspath(manifest_path).replace("\\", "/"))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py265 manifest_path, resource_path, resource_name = args
269 % (resource_name, os.path.abspath(manifest_path).replace("\\", "/"))
/third_party/rust/crates/bindgen/csmith-fuzzing/
H A Dpredicate.py199 manifest_path = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]),
202 command = ["cargo", "run", "--manifest-path", manifest_path]
/third_party/vulkan-loader/loader/
H A Dloader_windows.c173 char *manifest_path = NULL; in windows_get_device_registry_entry() local
201 manifest_path = loader_instance_heap_alloc(inst, requiredSize, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in windows_get_device_registry_entry()
202 if (manifest_path == NULL) { in windows_get_device_registry_entry()
209 ret = RegQueryValueEx(hkrKey, value_name, NULL, &data_type, (BYTE *)manifest_path, &requiredSize); in windows_get_device_registry_entry()
225 found = windows_add_json_entry(inst, reg_data, total_size, value_name, data_type, manifest_path, requiredSize, result); in windows_get_device_registry_entry()
228 loader_instance_heap_free(inst, manifest_path); in windows_get_device_registry_entry()

Completed in 7 milliseconds