Home
last modified time | relevance | path

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

/build/tools/ijar/
Dzip.cc83 off_t in_offset, const u1* zipdata_in, const u1* central_dir);
717 void *zipdata_in = mmap(NULL, length, PROT_READ, MAP_PRIVATE, fd_in, 0); in Create() local
718 if (zipdata_in == MAP_FAILED) { in Create()
726 static_cast<const u1*>(zipdata_in), length, in Create()
731 const u1 *zipdata_start = static_cast<const u1*>(zipdata_in); in Create()
742 const u1* zipdata_in, const u1* central_dir) in InputZipFile() argument
744 zipdata_in_(zipdata_in), zipdata_in_mapped_(zipdata_in), in InputZipFile()
746 p(zipdata_in + in_offset), central_dir_current_(central_dir) { in InputZipFile()