Home
last modified time | relevance | path

Searched refs:manifest_path (Results 1 – 6 of 6) 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/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/autotest/site_utils/suite_scheduler/
Dmanifest_versions.py253 for manifest_path in manifest_paths:
254 logging.debug('parsing manifest path %s', manifest_path)
255 match = matcher.match(manifest_path)
258 manifest_path, matcher.pattern)
/external/autotest/puppylab/
DClusterTemplate36 puppet.manifests_path = "%(manifest_path)s"
57 puppet.manifests_path = "%(manifest_path)s"
DCoreClusterTemplate17 puppet.manifests_path = "%(manifest_path)s"
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
Dextension_unittest.py120 manifest_path = os.path.join(src_extension_dir, 'manifest.json')
123 shutil.copy(manifest_path, d)