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

  /external/syslinux/memdisk/
memdisk.h 134 extern int check_zip(void *indata, uint32_t size, uint32_t * zbytes_p,
unzip.c 238 int check_zip(void *indata, uint32_t size, uint32_t * zbytes_p, function
341 error("Internal error in check_zip");
setup.c 138 if (check_zip((void *)where, size, &zbytes, &gzdatasize,
143 * Assertion failure; check_zip is supposed to guarantee this
146 die("internal error: check_zip returned nonsense\n");
    [all...]
  /build/make/tools/releasetools/
test_common.py 330 with zipfile.ZipFile(zip_file.name, 'r') as check_zip:
331 entries = check_zip.namelist()
338 with zipfile.ZipFile(zip_file.name, 'r') as check_zip:
339 entries = check_zip.namelist()
345 with zipfile.ZipFile(zip_file.name, 'r') as check_zip:
346 entries = check_zip.namelist()
352 with zipfile.ZipFile(zip_file.name, 'r') as check_zip:
353 entries = check_zip.namelist()

Completed in 455 milliseconds