Searched refs:archive (Results 1 – 11 of 11) sorted by relevance
/system/libziparchive/include/ziparchive/ |
D | zip_archive.h | 183 void CloseArchive(ZipArchiveHandle archive); 196 ZipArchiveInfo GetArchiveInfo(ZipArchiveHandle archive); 213 int32_t FindEntry(const ZipArchiveHandle archive, const std::string_view entryName, 229 int32_t StartIteration(ZipArchiveHandle archive, void** cookie_ptr, 239 int32_t StartIteration(ZipArchiveHandle archive, void** cookie_ptr, 266 int32_t ExtractEntryToFile(ZipArchiveHandle archive, const ZipEntry64* entry, int fd); 276 int32_t ExtractToMemory(ZipArchiveHandle archive, const ZipEntry64* entry, uint8_t* begin, 279 int GetFileDescriptor(const ZipArchiveHandle archive); 285 off64_t GetFileDescriptorOffset(const ZipArchiveHandle archive); 292 int32_t FindEntry(const ZipArchiveHandle archive, const std::string_view entryName, ZipEntry* data); [all …]
|
/system/libziparchive/ |
D | zip_archive.cc | 95 uint64_t GetOwnerTag(const ZipArchive* archive) { in GetOwnerTag() argument 97 reinterpret_cast<uint64_t>(archive)); in GetOwnerTag() 156 static ZipError FindCentralDirectoryInfoForZip64(const char* debugFileName, ZipArchive* archive, in FindCentralDirectoryInfoForZip64() argument 165 if (!archive->mapped_zip.ReadAtOffset(reinterpret_cast<uint8_t*>((&zip64EocdLocator)), in FindCentralDirectoryInfoForZip64() 187 if (!archive->mapped_zip.ReadAtOffset(reinterpret_cast<uint8_t*>(&zip64EocdRecord), in FindCentralDirectoryInfoForZip64() 216 ZipArchive* archive, in FindCentralDirectoryInfo() argument 223 if (!archive->mapped_zip.ReadAtOffset(scan_buffer.data(), read_amount, search_start)) { in FindCentralDirectoryInfo() 268 return FindCentralDirectoryInfoForZip64(debug_file_name, archive, eocd_offset, cdInfo); in FindCentralDirectoryInfo() 295 static ZipError MapCentralDirectory(const char* debug_file_name, ZipArchive* archive) { in MapCentralDirectory() argument 297 off64_t file_length = archive->mapped_zip.GetFileLength(); in MapCentralDirectory() [all …]
|
D | zip_archive_stream_entry.cc | 92 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle_); in Read() local 94 if (!archive->mapped_zip.ReadAtOffset(data_.data(), bytes, offset_)) { in Read() 223 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle_); in Read() local 225 if (!archive->mapped_zip.ReadAtOffset(in_.data(), bytes, offset_)) { in Read()
|
/system/extras/memory_replay/ |
D | File.cpp | 35 ZipArchiveHandle archive; in ZipGetContents() local 36 if (OpenArchive(filename, &archive) != 0) { in ZipGetContents() 43 if (StartIteration(archive, &cookie) == 0) { in ZipGetContents() 48 if (ExtractToMemory(archive, &entry, reinterpret_cast<uint8_t*>(contents.data()), in ZipGetContents() 55 CloseArchive(archive); in ZipGetContents()
|
/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/mkbootfs/ |
D | mkbootfs.c | 276 void archive(const char *start, const char *prefix) in archive() function 360 archive(*argv, x); in main()
|
/system/timezone/ |
D | README.android | 118 an APK. The Android time zone "distro" is a zip archive containing the files
|
/system/chre/doc/ |
D | framework_build.md | 17 By default, the output of the build is linked into both a static archive
|
/system/media/audio_utils/ |
D | Doxyfile | 1282 # startup. See https://developer.apple.com/library/archive/featuredarticles/Doxy
|