Searched refs:manifest_path (Results 1 – 8 of 8) sorted by relevance
/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/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/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…
|