Home
last modified time | relevance | path

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

/external/llvm/utils/
Dprepare-code-coverage-artifact.py20 manifest_path = os.path.join(profile_data_dir, 'profiles.manifest')
22 with open(manifest_path, 'w') as manifest:
25 manifest_path, '-o', profdata_path])
/external/llvm-project/llvm/utils/
Dprepare-code-coverage-artifact.py24 manifest_path = os.path.join(profile_data_dir, 'profiles.manifest')
26 with open(manifest_path, 'w') as manifest:
29 manifest_path, '-o', profdata_path])
33 os.remove(manifest_path)
/external/angle/android/
Dangle_apk.gni20 manifest_path =
25 output = manifest_path
39 android_manifest = manifest_path
/external/libchrome/build/android/gyp/util/
Dresource_utils.py375 def ExtractPackageFromManifest(manifest_path): argument
377 doc = ElementTree.parse(manifest_path)