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

  /system/core/include/zipfile/
zipfile.h 30 zipfile_t init_zipfile(const void* data, size_t size);
  /system/core/libzipfile/
test_zipfile.c 47 zip = init_zipfile(buf, size);
zipfile.c 10 init_zipfile(const void* data, size_t size) function
  /frameworks/base/tools/aapt/
printapk.cpp 72 zip = init_zipfile(buf, size);
  /external/srec/srec/clib/
voc_read.c 300 zf = init_zipfile(*buf, *size);
  /system/core/fastboot/
fastboot.c 639 zip = init_zipfile(zdata, zsize);
  /system/core/adb/
file_sync_client.c 352 zip = init_zipfile(file_buffer, size);

Completed in 95 milliseconds