Searched refs:assume_ownership (Results 1 – 3 of 3) sorted by relevance
/system/libziparchive/include/ziparchive/ |
D | zip_archive.h | 169 bool assume_ownership = true); 172 off64_t length, off64_t offset, bool assume_ownership = true);
|
/system/libziparchive/ |
D | zip_archive_private.h | 102 ZipArchive(MappedZipFile&& map, bool assume_ownership);
|
D | zip_archive.cc | 101 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()
|