Home
last modified time | relevance | path

Searched defs:package_file (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
H A Dupdate.py205 def update_subdir(package, package_file): argument
270 def package_file_name(package_file): argument
274 def package_installation_path(root_install_dir, package_file): argument
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Daconfigd.cpp271 auto package_file = std::string(storage_dir) + "/package.map"; in InitializePlatformStorage() local
323 auto package_file = std::string(storage_dir) + "/package.map"; in InitializeMainlineStorage() local
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dcipd.py249 def RegisterPackage(cipd_path, package_file, tags, refs, cred_path=None): argument
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Ddownload_images.py239 def VerifyFileExists(self, chromeos_root, build_id, package_file): argument
/aosp_15_r20/cts/tools/release-parser/proto/
H A Drelease.proto100 string package_file = 2; field