Home
last modified time | relevance | path

Searched defs:ZipEntry (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/aosp_15_r20/prebuilts/vndk/v30/arm/include/system/core/libziparchive/include/ziparchive/
Dzip_archive.h42 struct ZipEntry { struct
66 // Crc32 value of this ZipEntry. This information might argument
71 // Compressed length of this ZipEntry. Might be present argument
76 // Uncompressed length of this ZipEntry. Might be present argument
81 // The offset to the start of data for this ZipEntry. argument
82 off64_t offset;
85 uint16_t version_made_by;
89 uint32_t external_file_attributes;
92 uint16_t gpbf;
94 bool is_text;
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libziparchive/include/ziparchive/
Dzip_archive.h42 struct ZipEntry { struct
66 // Crc32 value of this ZipEntry. This information might argument
71 // Compressed length of this ZipEntry. Might be present argument
76 // Uncompressed length of this ZipEntry. Might be present argument
81 // The offset to the start of data for this ZipEntry. argument
82 off64_t offset;
85 uint16_t version_made_by;
89 uint32_t external_file_attributes;
92 uint16_t gpbf;
94 bool is_text;
/aosp_15_r20/prebuilts/vndk/v30/x86/include/system/core/libziparchive/include/ziparchive/
Dzip_archive.h42 struct ZipEntry { struct
66 // Crc32 value of this ZipEntry. This information might argument
71 // Compressed length of this ZipEntry. Might be present argument
76 // Uncompressed length of this ZipEntry. Might be present argument
81 // The offset to the start of data for this ZipEntry. argument
82 off64_t offset;
85 uint16_t version_made_by;
89 uint32_t external_file_attributes;
92 uint16_t gpbf;
94 bool is_text;
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/system/core/libziparchive/include/ziparchive/
Dzip_archive.h42 struct ZipEntry { struct
66 // Crc32 value of this ZipEntry. This information might argument
71 // Compressed length of this ZipEntry. Might be present argument
76 // Uncompressed length of this ZipEntry. Might be present argument
81 // The offset to the start of data for this ZipEntry. argument
82 off64_t offset;
85 uint16_t version_made_by;
89 uint32_t external_file_attributes;
92 uint16_t gpbf;
94 bool is_text;
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/zip/
H A DZipEntry.java32 public class ZipEntry implements java.util.zip.ZipConstants, java.lang.Cloneable { class
35 public ZipEntry( in ZipEntry() method in ZipEntry
48 public ZipEntry(java.lang.String name) { in ZipEntry() method in ZipEntry
52 public ZipEntry(java.util.zip.ZipEntry e) { in ZipEntry() method in ZipEntry
56 ZipEntry() { in ZipEntry() method in ZipEntry
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/
DZipEntry.java46 public class ZipEntry implements ZipConstants, Cloneable { class
105 public ZipEntry(String name, String comment, long crc, long compressedSize, in ZipEntry() method in ZipEntry
129 public ZipEntry(String name) { in ZipEntry() method in ZipEntry
151 public ZipEntry(ZipEntry e) { in ZipEntry() method in ZipEntry
174 ZipEntry() {} in ZipEntry() method in ZipEntry
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/java/util/zip/
DZipEntry.java46 public class ZipEntry implements ZipConstants, Cloneable { class
105 public ZipEntry(String name, String comment, long crc, long compressedSize, in ZipEntry() method in ZipEntry
129 public ZipEntry(String name) { in ZipEntry() method in ZipEntry
151 public ZipEntry(ZipEntry e) { in ZipEntry() method in ZipEntry
174 ZipEntry() {} in ZipEntry() method in ZipEntry
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/
H A DZipEntry.java46 public class ZipEntry implements ZipConstants, Cloneable { class
105 public ZipEntry(String name, String comment, long crc, long compressedSize, in ZipEntry() method in ZipEntry
129 public ZipEntry(String name) { in ZipEntry() method in ZipEntry
151 public ZipEntry(ZipEntry e) { in ZipEntry() method in ZipEntry
174 ZipEntry() {} in ZipEntry() method in ZipEntry
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/util/zip/
H A DZipEntry.annotated.java33 public class ZipEntry implements java.lang.Cloneable { class
35 public ZipEntry(java.lang.String name, java.lang.String comment, long crc, long compressedSize, lon… in ZipEntry() method in ZipEntry
37 public ZipEntry(java.lang.String name) { throw new RuntimeException("Stub!"); } in ZipEntry() method in ZipEntry
39 public ZipEntry(java.util.zip.ZipEntry e) { throw new RuntimeException("Stub!"); } in ZipEntry() method in ZipEntry
/aosp_15_r20/external/dokka/core/src/main/kotlin/Utilities/
H A DServiceLocator.kt93 private val ZipEntry.fileName: String in lookup() constant
96 private val ZipEntry.path: String in lookup() constant
99 private val ZipEntry.extension: String? in lookup() constant
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/zip/
H A DZipEntry.annotated.java31 public class ZipEntry implements java.lang.Cloneable { class
33 public ZipEntry(java.lang.String name) { throw new RuntimeException("Stub!"); } in ZipEntry() method in ZipEntry
35 public ZipEntry(java.util.zip.ZipEntry e) { throw new RuntimeException("Stub!"); } in ZipEntry() method in ZipEntry
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dzip_archive.h77 ZipEntry(ZipArchiveHandle handle, in ZipEntry() function
103 friend class ZipEntry; variable
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dzip_archive.h77 ZipEntry(ZipArchiveHandle handle, in ZipEntry() function
113 friend class ZipEntry; variable
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dzip_archive.h77 ZipEntry(ZipArchiveHandle handle, in ZipEntry() function
103 friend class ZipEntry; variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dzip_archive.h77 ZipEntry(ZipArchiveHandle handle, in ZipEntry() function
113 friend class ZipEntry; variable
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dzip_archive.h77 ZipEntry(ZipArchiveHandle handle, in ZipEntry() function
113 friend class ZipEntry; variable
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dzip_archive.h77 ZipEntry(ZipArchiveHandle handle, in ZipEntry() function
109 friend class ZipEntry; variable
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dzip_archive.h77 ZipEntry(ZipArchiveHandle handle, in ZipEntry() function
113 friend class ZipEntry; variable
/aosp_15_r20/art/libartbase/base/
H A Dzip_archive.h77 ZipEntry(ZipArchiveHandle handle, in ZipEntry() function
113 friend class ZipEntry; variable
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dzip_archive.h77 ZipEntry(ZipArchiveHandle handle, in ZipEntry() function
113 friend class ZipEntry; variable
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dzip_archive.h77 ZipEntry(ZipArchiveHandle handle, in ZipEntry() function
113 friend class ZipEntry; variable
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/plugin/main/src/main/kotlin/dagger/hilt/android/plugin/util/
H A DFiles.kt28 fun ZipEntry.isClassFile() = !this.isDirectory && this.name.endsWith(".class") in isClassFile() method
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/internal/
H A DZipEntry.kt21 internal class ZipEntry( class
/aosp_15_r20/build/make/tools/ziptime/
H A DZipEntry.h46 ZipEntry(void) {} in ZipEntry() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/libziparchive/include/ziparchive/
Dzip_archive.h98 struct ZipEntry : public ZipEntryCommon { struct

12345678910>>...15