Home
last modified time | relevance | path

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