Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp467 static void* unzip_file(ZipArchiveHandle zip, const char* entry_name, int64_t* sz) in unzip_file() function
970 void* data = unzip_file(zip, fn, &sz); in do_update_signature()
989 void* data = unzip_file(zip, "android-info.txt", &sz); in do_update()