Searched refs:archive (Results 1 – 8 of 8) sorted by relevance
/system/core/libziparchive/ |
D | zip_archive.cc | 185 uint64_t GetOwnerTag(const ZipArchive* archive) { in GetOwnerTag() argument 187 reinterpret_cast<uint64_t>(archive)); in GetOwnerTag() 229 static int32_t MapCentralDirectory0(const char* debug_file_name, ZipArchive* archive, in MapCentralDirectory0() argument 234 if (!archive->mapped_zip.ReadAtOffset(scan_buffer, read_amount, search_start)) { in MapCentralDirectory0() 298 if (!archive->InitializeCentralDirectory(static_cast<off64_t>(eocd->cd_start_offset), in MapCentralDirectory0() 304 archive->num_entries = eocd->num_records; in MapCentralDirectory0() 305 archive->directory_offset = eocd->cd_start_offset; in MapCentralDirectory0() 318 static int32_t MapCentralDirectory(const char* debug_file_name, ZipArchive* archive) { in MapCentralDirectory() argument 322 off64_t file_length = archive->mapped_zip.GetFileLength(); in MapCentralDirectory() 356 MapCentralDirectory0(debug_file_name, archive, file_length, read_amount, scan_buffer.data()); in MapCentralDirectory() [all …]
|
D | zip_archive_stream_entry.cc | 85 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle_); in Read() local 87 if (!archive->mapped_zip.ReadAtOffset(data_.data(), bytes, offset_)) { in Read() 207 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle_); in Read() local 209 if (!archive->mapped_zip.ReadAtOffset(in_.data(), bytes, offset_)) { in Read()
|
/system/core/libziparchive/include/ziparchive/ |
D | zip_archive.h | 149 void CloseArchive(ZipArchiveHandle archive); 167 int32_t FindEntry(const ZipArchiveHandle archive, const ZipString& entryName, ZipEntry* data); 182 int32_t StartIteration(ZipArchiveHandle archive, void** cookie_ptr, 208 int32_t ExtractEntryToFile(ZipArchiveHandle archive, ZipEntry* entry, int fd); 218 int32_t ExtractToMemory(ZipArchiveHandle archive, ZipEntry* entry, uint8_t* begin, uint32_t size); 220 int GetFileDescriptor(const ZipArchiveHandle archive); 231 int32_t ProcessZipEntryContents(ZipArchiveHandle archive, ZipEntry* entry,
|
/system/timezone/distro/ |
D | README | 4 A distro file is a zip archive containing the files needed to update the time
|
/system/bt/build/toolchain/gcc/ |
D | BUILD.gn | 59 rspfile_content = "-Wl,--whole-archive {{inputs}} {{solibs}} -Wl,--no-whole-archive {{libs}}"
|
/system/bt/build/toolchain/clang/ |
D | BUILD.gn | 78 rspfile_content = "-Wl,--whole-archive {{inputs}} {{solibs}} -Wl,--no-whole-archive {{libs}}"
|
/system/core/cpio/ |
D | mkbootfs.c | 275 void archive(const char *start, const char *prefix) in archive() function 359 archive(*argv, x); in main()
|
/system/timezone/ |
D | README.android | 80 The Android time zone "distro" is a zip archive containing the files needed
|