Home
last modified time | relevance | path

Searched refs:manifest_path (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/engine/flutter/tools/fuchsia/
Dgen_package.py28 manifest_path = os.path.join(parent_dir, manifest_file_name)
29 with open(manifest_path, 'w') as f:
32 return manifest_path
36 manifest_path = GenerateManifest(package_dir)
39 pm_bin, '-m', manifest_path, '-k', signing_key, '-o', dst_dir
/third_party/flutter/skia/third_party/externals/angle2/android/
Dangle_apk.gni24 manifest_path = "${target_gen_dir}/${target_name}/android/AndroidManifest.xml"
28 output = manifest_path
39 android_manifest = manifest_path
/third_party/skia/third_party/externals/angle2/android/
Dangle_apk.gni20 manifest_path =
25 output = manifest_path
39 android_manifest = manifest_path
/third_party/rust/crates/clap/examples/
Dcargo-example-derive.rs14 manifest_path: Option<std::path::PathBuf>, field
19 println!("{:?}", args.manifest_path); in main()
Dcargo-example.rs16 let manifest_path = matches.get_one::<std::path::PathBuf>("manifest-path"); in main() localVariable
17 println!("{:?}", manifest_path); in main()
/third_party/cef/tests/shared/browser/
Dextension_util.cc85 const std::string& manifest_path = GetInternalExtensionResourcePath( in GetInternalManifest() local
88 if (!LoadBinaryResource(manifest_path.c_str(), manifest_contents) || in GetInternalManifest()
90 LOG(ERROR) << "Failed to load manifest from " << manifest_path; in GetInternalManifest()
101 LOG(ERROR) << "Failed to parse manifest from " << manifest_path << "; " in GetInternalManifest()
/third_party/vulkan-loader/tests/framework/
Dtest_environment.cpp170 fs::path TestICDHandle::get_icd_manifest_path() noexcept { return manifest_path; } in get_icd_manifest_path()
186 fs::path TestLayerHandle::get_layer_manifest_path() noexcept { return manifest_path; } in get_layer_manifest_path()
229 …icds.back().manifest_path = folder->write_manifest(full_json_name, icd_details.icd_manifest.get_ma… in add_icd()
233 platform_shim->add_manifest(ManifestCategory::icd, icds.back().manifest_path); in add_icd()
330 layers.at(i).manifest_path = layer_loc; in add_layer_impl()
Dtest_environment.h289 fs::path manifest_path; member
303 fs::path manifest_path; member
/third_party/vulkan-loader/loader/
Dloader_windows.c168 char *manifest_path = NULL; in windows_get_device_registry_entry() local
196manifest_path = loader_instance_heap_alloc(inst, requiredSize, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE… in windows_get_device_registry_entry()
197 if (manifest_path == NULL) { in windows_get_device_registry_entry()
204 … ret = RegQueryValueEx(hkrKey, value_name, NULL, &data_type, (BYTE *)manifest_path, &requiredSize); in windows_get_device_registry_entry()
220 …found = windows_add_json_entry(inst, reg_data, total_size, value_name, data_type, manifest_path, r… in windows_get_device_registry_entry()
223 loader_instance_heap_free(inst, manifest_path); in windows_get_device_registry_entry()
/third_party/rust/crates/bindgen/csmith-fuzzing/
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/cef/libcef/browser/extensions/
Dextension_system.cc136 base::FilePath manifest_path = root_directory.AppendASCII("manifest.json"); in LoadExtensionFromDisk() local
138 if (!base::ReadFileToString(manifest_path, &manifest_contents)) { in LoadExtensionFromDisk()
140 << manifest_path.MaybeAsASCII(); in LoadExtensionFromDisk()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dwin_tool.py232 manifest_path, resource_path, resource_name = args
236 os.path.abspath(manifest_path).replace('\\', '/')))
/third_party/node/tools/gyp/pylib/gyp/
Dwin_tool.py271 manifest_path, resource_path, resource_name = args
275 % (resource_name, os.path.abspath(manifest_path).replace("\\", "/"))
/third_party/cef/cmake/
Dcef_macros.cmake.in242 macro(ADD_WINDOWS_MANIFEST manifest_path target extension)
247 …-manifest \"${manifest_path}/${target}.${extension}.manifest\" \"${manifest_path}/compatibility.ma…