Searched refs:manifest_path (Results 1 – 6 of 6) sorted by relevance
/external/toolchain-utils/automation/clients/report/ |
D | validate_failures.py | 138 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/ |
D | prepare-code-coverage-artifact.py | 20 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/ |
D | manifest_versions.py | 253 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/ |
D | ClusterTemplate | 36 puppet.manifests_path = "%(manifest_path)s" 57 puppet.manifests_path = "%(manifest_path)s"
|
D | CoreClusterTemplate | 17 puppet.manifests_path = "%(manifest_path)s"
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
D | extension_unittest.py | 120 manifest_path = os.path.join(src_extension_dir, 'manifest.json') 123 shutil.copy(manifest_path, d)
|