HomeSort by relevance Sort by last modified time
    Searched refs:package_zip (Results 1 - 8 of 8) sorted by null

  /bootable/recovery/updater/include/updater/
updater.h 25 ZipArchiveHandle package_zip; member in struct:__anon1583
  /bootable/recovery/updater_sample/tools/
gen_update_config.py 90 with zipfile.ZipFile(self.package, 'r') as package_zip:
92 'property_files': self._get_property_files(package_zip),
100 def _get_property_files(package_zip):
104 property_str = ab_ota.GetPropertyFilesString(package_zip, False)
  /bootable/recovery/updater/
updater.cpp 154 updater_info.package_zip = za;
209 if (updater_info.package_zip) {
210 CloseArchive(updater_info.package_zip);
217 if (updater_info.package_zip) {
218 CloseArchive(updater_info.package_zip);
install.cpp 132 ZipArchiveHandle za = static_cast<UpdaterInfo*>(state->cookie)->package_zip;
176 ZipArchiveHandle za = static_cast<UpdaterInfo*>(state->cookie)->package_zip;
    [all...]
blockimg.cpp     [all...]
  /bootable/recovery/install/include/install/
install.h 66 bool verify_package_compatibility(ZipArchiveHandle package_zip);
  /bootable/recovery/install/
install.cpp 509 bool verify_package_compatibility(ZipArchiveHandle package_zip) {
515 if (FindEntry(package_zip, compatibility_entry_name, &compatibility_entry) != 0) {
522 if ((ret = ExtractToMemory(package_zip, &compatibility_entry,
  /bootable/recovery/tests/component/
updater_test.cpp 121 updater_info.package_zip = handle;
321 updater_info.package_zip = handle;
    [all...]

Completed in 851 milliseconds