Home
last modified time | relevance | path

Searched defs:archive (Results 1 – 5 of 5) sorted by relevance

/system/libziparchive/
Dzip_archive.cc148 static uint64_t GetOwnerTag(const ZipArchive* archive) { in GetOwnerTag()
209 static ZipError FindCentralDirectoryInfoForZip64(const char* debugFileName, ZipArchive* archive, in FindCentralDirectoryInfoForZip64()
274 ZipArchive* archive, in FindCentralDirectoryInfo()
354 static ZipError MapCentralDirectory(const char* debug_file_name, ZipArchive* archive) { in MapCentralDirectory()
538 static ZipError ParseZipArchive(ZipArchive* archive) { in ParseZipArchive()
661 static int32_t OpenArchiveInternal(ZipArchive* archive, const char* debug_file_name) { in OpenArchiveInternal()
668 ZipArchive* archive = new ZipArchive(MappedZipFile(fd), assume_ownership); in OpenArchiveFd() local
675 ZipArchive* archive = new ZipArchive(MappedZipFile(fd, length, offset), assume_ownership); in OpenArchiveFdRange() local
693 ZipArchive* archive = new ZipArchive(MappedZipFile(fd), true); in OpenArchive() local
706 ZipArchive* archive = new ZipArchive(address, length); in OpenArchiveFromMemory() local
[all …]
Dzip_archive_stream_entry.cc93 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle_); in Read() local
225 auto archive = reinterpret_cast<ZipArchive*>(handle_); in Read() local
/system/extras/memory_replay/
DFile.cpp36 ZipArchiveHandle archive; in ZipGetContents() local
/system/core/mkbootfs/
Dmkbootfs.c245 static void archive(const char* start, const char* prefix) { in archive() function
/system/core/init/
Dselinux.cpp554 Result<void> PutFileInTmpfs(ZipArchiveHandle archive, const std::string& fileName) { in PutFileInTmpfs()