Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp486 static void* unzip_file(ZipArchiveHandle zip, const char* entry_name, int64_t* sz) in unzip_file()
594 static int unzip_to_file(ZipArchiveHandle zip, char* entry_name) { in unzip_to_file()
1040 static void do_update_signature(ZipArchiveHandle zip, char* fn) { in do_update_signature()
1074 ZipArchiveHandle zip; in do_update() local