/third_party/flutter/engine/flutter/tools/fuchsia/ |
D | gen_package.py | 28 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/ |
D | angle_apk.gni | 24 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/ |
D | angle_apk.gni | 20 manifest_path = 25 output = manifest_path 39 android_manifest = manifest_path
|
/third_party/rust/crates/clap/examples/ |
D | cargo-example-derive.rs | 14 manifest_path: Option<std::path::PathBuf>, field 19 println!("{:?}", args.manifest_path); in main()
|
D | cargo-example.rs | 16 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/ |
D | extension_util.cc | 85 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/ |
D | test_environment.cpp | 170 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()
|
D | test_environment.h | 289 fs::path manifest_path; member 303 fs::path manifest_path; member
|
/third_party/vulkan-loader/loader/ |
D | loader_windows.c | 168 char *manifest_path = NULL; in windows_get_device_registry_entry() local 196 …manifest_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/ |
D | predicate.py | 199 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/ |
D | extension_system.cc | 136 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/ |
D | win_tool.py | 232 manifest_path, resource_path, resource_name = args 236 os.path.abspath(manifest_path).replace('\\', '/')))
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | win_tool.py | 271 manifest_path, resource_path, resource_name = args 275 % (resource_name, os.path.abspath(manifest_path).replace("\\", "/"))
|
/third_party/cef/cmake/ |
D | cef_macros.cmake.in | 242 macro(ADD_WINDOWS_MANIFEST manifest_path target extension) 247 …-manifest \"${manifest_path}/${target}.${extension}.manifest\" \"${manifest_path}/compatibility.ma…
|