Home
last modified time | relevance | path

Searched defs:cipd_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcipd.py147 def GetInstanceID(cipd_path, package, version, service_account_json=None): argument
172 def InstallPackage(cipd_path, package, instance_id, destination, argument
204 def CreatePackage(cipd_path, package, in_dir, tags, refs, argument
231 def BuildPackage(cipd_path, package, in_dir, outfile): argument
249 def RegisterPackage(cipd_path, package_file, tags, refs, cred_path=None): argument
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dcopy_from_cipd.py95 def check_version(manifest, cipd_path, package_name): argument