Home
last modified time | relevance | path

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

/external/toolchain-utils/automation/clients/report/
Dvalidate_failures.py138 def CheckExpectedResults(manifest_path, build_dir): argument
139 logging.info('Reading manifest file: "%s"', manifest_path)
141 manifest = set(Manifest.FromFile(manifest_path))
182 def ProduceManifest(manifest_path, build_dir, overwrite): argument
183 if os.path.exists(manifest_path) and not overwrite:
184 logging.error('Manifest file "%s" already exists.', manifest_path)
191 with open(manifest_path, 'w') as manifest_file:
193 logging.info('Writing manifest to "%s".', manifest_path)
229 manifest_path = GetManifestPath(options.build_dir)
232 ProduceManifest(manifest_path, options.build_dir, options.force)
[all …]
/external/swiftshader/third_party/llvm-7.0/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/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])