Home
last modified time | relevance | path

Searched refs:zip (Results 1 – 7 of 7) sorted by relevance

/system/core/fastboot/
Dfastboot.cpp467 static void* unzip_file(ZipArchiveHandle zip, const char* entry_name, int64_t* sz) in unzip_file() argument
471 if (FindEntry(zip, zip_entry_name, &zip_entry) != 0) { in unzip_file()
484 int error = ExtractToMemory(zip, &zip_entry, data, zip_entry.uncompressed_length); in unzip_file()
575 static int unzip_to_file(ZipArchiveHandle zip, char* entry_name) { in unzip_to_file() argument
585 if (FindEntry(zip, zip_entry_name, &zip_entry) != 0) { in unzip_to_file()
591 int error = ExtractEntryToFile(zip, &zip_entry, fd); in unzip_to_file()
968 static void do_update_signature(ZipArchiveHandle zip, char* fn) { in do_update_signature() argument
970 void* data = unzip_file(zip, fn, &sz); in do_update_signature()
981 ZipArchiveHandle zip; in do_update() local
982 int error = OpenArchive(filename, &zip); in do_update()
[all …]
/system/sepolicy/
Duncrypt.te9 # Read OTA zip file from /data/data/com.google.android.gsf/app_download
Dfile_contexts389 /mnt/asec/[^/]+/[^/]+\.zip u:object_r:asec_public_file:s0
/system/extras/tests/net_test/
Dcstruct.py175 enumerate(zip(self._fieldnames, self._values))]
/system/core/crash_reporter/
DREADME.md8 packaged into a zip file when running `m dist`, so that a developer can upload
/system/extras/tests/sdcard/
Dplot_sdcard.py61 return str(zip(self.time, self.data))
/system/core/libutils/
DREADME57 Android .apk files are .zip files, usually housing .dex code,