HomeSort by relevance Sort by last modified time
    Searched defs:ZipEntry (Results 1 - 25 of 44) sorted by null

1 2

  /art/runtime/
zip_archive.h 33 struct ZipEntry;
41 class ZipEntry {
56 virtual ~ZipEntry();
70 ZipEntry(ZipArchiveHandle handle,
71 ::ZipEntry* zip_entry,
76 ::ZipEntry* const zip_entry_;
80 DISALLOW_COPY_AND_ASSIGN(ZipEntry);
89 ZipEntry* Find(const char* name, std::string* error_msg) const;
96 friend class ZipEntry;
zip_archive.cc 41 uint32_t ZipEntry::GetUncompressedLength() {
45 uint32_t ZipEntry::GetCrc32() {
49 bool ZipEntry::IsUncompressed() {
53 bool ZipEntry::IsAlignedTo(size_t alignment) const {
58 bool ZipEntry::IsAlignedToDexHeader() const {
62 ZipEntry::~ZipEntry() {
66 bool ZipEntry::ExtractToFile(File& file, std::string* error_msg) {
76 MemMap* ZipEntry::ExtractToMemMap(const char* zip_filename, const char* entry_filename,
100 MemMap* ZipEntry::MapDirectlyFromFile(const char* zip_filename, std::string* error_msg)
    [all...]
  /build/make/tools/ziptime/
ZipEntry.h 20 // The ZipEntry class is tightly meshed with the ZipFile class.
36 * ZipEntry objects represent a single entry in a Zip archive.
42 class ZipEntry {
46 ZipEntry(void) {}
47 ~ZipEntry(void) {}
73 ZipEntry(const ZipEntry& src);
74 ZipEntry& operator=(const ZipEntry& src);
  /system/core/libziparchive/include/ziparchive/
zip_archive.h 64 struct ZipEntry {
87 // Crc32 value of this ZipEntry. This information might
92 // Compressed length of this ZipEntry. Might be present
97 // Uncompressed length of this ZipEntry. Might be present
102 // The offset to the start of data for this ZipEntry.
165 int32_t FindEntry(const ZipArchiveHandle handle, const ZipString& entryName, ZipEntry* data);
189 int32_t Next(void* cookie, ZipEntry* data, ZipString* name);
206 int32_t ExtractEntryToFile(ZipArchiveHandle handle, ZipEntry* entry, int fd);
216 int32_t ExtractToMemory(ZipArchiveHandle handle, ZipEntry* entry, uint8_t* begin, uint32_t size);
229 int32_t ProcessZipEntryContents(ZipArchiveHandle handle, ZipEntry* entry
    [all...]
  /build/make/tools/zipalign/
ZipEntry.h 20 // The ZipEntry class is tightly meshed with the ZipFile class.
37 * ZipEntry objects represent a single entry in a Zip archive.
42 * the likelihood of using ZipEntry objects after discarding the ZipFile.)
48 class ZipEntry {
52 ZipEntry(void)
55 ~ZipEntry(void) {}
168 * Initialize the structure with the contents of a ZipEntry from
171 status_t initFromExternal(const ZipEntry* pEntry);
208 ZipEntry(const ZipEntry& src)
    [all...]
  /frameworks/base/tools/aapt/
ZipEntry.h 20 // The ZipEntry class is tightly meshed with the ZipFile class.
36 * ZipEntry objects represent a single entry in a Zip archive.
41 * the likelihood of using ZipEntry objects after discarding the ZipFile.)
47 class ZipEntry {
51 ZipEntry(void)
54 ~ZipEntry(void) {}
172 * Initialize the structure with the contents of a ZipEntry from
175 status_t initFromExternal(const ZipFile* pZipFile, const ZipEntry* pEntry);
207 ZipEntry(const ZipEntry& src)
    [all...]
  /libcore/ojluni/src/main/java/java/util/zip/
ZipEntry.java 44 class ZipEntry implements ZipConstants, Cloneable {
79 public ZipEntry(String name, String comment, long crc, long compressedSize,
122 public ZipEntry(String name) {
141 public ZipEntry(ZipEntry e) {
161 ZipEntry() {}
247 public ZipEntry setLastModifiedTime(FileTime time) {
293 public ZipEntry setLastAccessTime(FileTime time) {
330 public ZipEntry setCreationTime(FileTime time) {
631 ZipEntry e = (ZipEntry)super.clone()
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.3/
plexus-archiver-2.3.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 335 milliseconds

1 2