Searched refs:package_file (Results 1 – 5 of 5) sorted by relevance
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/ |
D | update.py | 68 for package_file in package_files: 69 with open(package_file, 'r') as ins: 151 def write_ensure_file(package_file, ensure_file): argument 152 with open(package_file, 'r') as ins: 199 for package_file in package_files: 200 if os.path.splitext(package_file)[1] == '.ensure': 201 ensure_file = package_file 206 os.path.splitext(package_file)[0] + '.ensure')) 207 write_ensure_file(package_file, ensure_file) 211 os.path.basename(os.path.splitext(package_file)[0]))
|
/external/pigweed/pw_env_setup/py/pw_env_setup/cargo_setup/ |
D | __init__.py | 32 for package_file in package_files: 33 with open(package_file, 'r') as ins:
|
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | environment.py | 47 for package_file in final_package_files: 48 cmd.extend(('--package-file', package_file))
|
/external/toolchain-utils/crosperf/ |
D | download_images.py | 193 def VerifyFileExists(self, chromeos_root, build_id, package_file): argument 197 'gs://chromeos-image-archive/%s/%s' % (build_id, package_file))
|
/external/toolchain-utils/rust_tools/ |
D | rust_uprev.py | 345 package_file = os.path.join( 347 with open(package_file, encoding='utf-8') as f: 364 with open(package_file, 'w', encoding='utf-8') as f:
|