Searched refs:zip (Results 1 – 7 of 7) sorted by relevance
/system/core/fastboot/ |
D | fastboot.cpp | 467 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/ |
D | uncrypt.te | 9 # Read OTA zip file from /data/data/com.google.android.gsf/app_download
|
D | file_contexts | 389 /mnt/asec/[^/]+/[^/]+\.zip u:object_r:asec_public_file:s0
|
/system/extras/tests/net_test/ |
D | cstruct.py | 175 enumerate(zip(self._fieldnames, self._values))]
|
/system/core/crash_reporter/ |
D | README.md | 8 packaged into a zip file when running `m dist`, so that a developer can upload
|
/system/extras/tests/sdcard/ |
D | plot_sdcard.py | 61 return str(zip(self.time, self.data))
|
/system/core/libutils/ |
D | README | 57 Android .apk files are .zip files, usually housing .dex code,
|