Home
last modified time | relevance | path

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

/system/libziparchive/include/ziparchive/
Dzip_archive.h169 bool assume_ownership = true);
172 off64_t length, off64_t offset, bool assume_ownership = true);
/system/libziparchive/
Dzip_archive_private.h102 ZipArchive(MappedZipFile&& map, bool assume_ownership);
Dzip_archive.cc101 ZipArchive::ZipArchive(MappedZipFile&& map, bool assume_ownership) in ZipArchive() argument
103 close_file(assume_ownership), in ZipArchive()
109 if (assume_ownership) { in ZipArchive()
606 bool assume_ownership) { in OpenArchiveFd() argument
607 ZipArchive* archive = new ZipArchive(MappedZipFile(fd), assume_ownership); in OpenArchiveFd()
613 off64_t length, off64_t offset, bool assume_ownership) { in OpenArchiveFdRange() argument
614 ZipArchive* archive = new ZipArchive(MappedZipFile(fd, length, offset), assume_ownership); in OpenArchiveFdRange()