Searched defs:package (Results  1 – 12 of 12) sorted by relevance
| /bootable/recovery/tests/unit/ | 
| D | package_test.cpp | 65   for (const auto& package : packages_) {  in TEST_F()  local 76   for (const auto& package : packages_) {  in TEST_F()  local 89   for (const auto& package : packages_) {  in TEST_F()  local 103   for (const auto& package : packages_) {  in TEST_F()  local
  | 
| D | verifier_test.cpp | 53   auto package =  in VerifyFile()  local 63   auto package = Package::CreateMemoryPackage(path, nullptr);  in VerifyPackageWithCertificates()  local 282   std::string package;  in TEST()  local 296   std::string package;  in TEST()  local 316   std::string package = "\x50\x4b\x05\x06"s + std::string(12, '\0') + "\xff\xff\xff\xff\x00\x00"s;  in TEST()  local
  | 
| D | install_test.cpp | 101   auto package = Package::CreateMemoryPackage(  in TEST()  local 122   std::string package = "/path/to/update.zip";  in TEST()  local 162   std::string package = "/path/to/update.zip";  in TEST()  local 202     std::string package = "/path/to/update.zip";  in VerifyAbUpdateCommands()  local 245   std::string package = "/path/to/update.zip";  in TEST()  local
  | 
| D | fuse_sideload_test.cpp | 83   std::string package = std::string(mount_point.path) + "/" + FUSE_SIDELOAD_HOST_FILENAME;  in TEST()  local
  | 
| D | sysutil_test.cpp | 107   TemporaryFile package;  in TEST()  local
  | 
| /bootable/recovery/tests/fuzz/ | 
| D | verify_package_fuzzer.cpp | 33   auto package = CreatePackage(package_contents);  in LLVMFuzzerTestOneInput()  local
  | 
| /bootable/recovery/install/ | 
| D | install.cpp | 286 bool SetUpAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int status_fd,  in SetUpAbUpdateCommands() 314 bool SetUpNonAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int retry_count,  in SetUpNonAbUpdateCommands() 377 static InstallResult TryUpdateBinary(Package* package, bool* wipe_cache,  in TryUpdateBinary() 595 static InstallResult VerifyAndInstallPackage(Package* package, bool* wipe_cache,  in VerifyAndInstallPackage() 624 InstallResult InstallPackage(Package* package, const std::string_view package_id,  in InstallPackage() 713 bool verify_package(Package* package, RecoveryUI* ui) {  in verify_package()
  | 
| D | fuse_install.cpp | 184     auto package =  in InstallWithFuseFromPath()  local
  | 
| D | adb_install.cpp | 115     auto package =  in AdbInstallPackageHandler()  local
  | 
| /bootable/recovery/updater_sample/tools/ | 
| D | gen_update_config.py | 50                  package,  argument
  | 
| /bootable/recovery/otautil/ | 
| D | verifier.cpp | 113 int verify_file(VerifierInterface* package, const std::vector<Certificate>& keys) {  in verify_file()
  | 
| /bootable/recovery/uncrypt/ | 
| D | uncrypt.cpp | 518     std::string package;  in uncrypt_wrapper()  local
  |