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

  /dalvik/libdex/
ZipArchive.h 27 * Trivial typedef to ensure that ZipEntry is not treated as a simple
30 typedef void* ZipEntry;
121 ZipEntry dexZipFindEntry(const ZipArchive* pArchive,
130 int dexZipGetEntryInfo(const ZipArchive* pArchive, ZipEntry entry,
138 const ZipEntry entry)
145 const ZipEntry entry)
152 const ZipEntry entry)
159 const ZipEntry entry)
172 const ZipEntry entry, int fd);
  /build/tools/zipalign/
ZipEntry.h 20 // The ZipEntry class is tightly meshed with the ZipFile class.
35 * ZipEntry objects represent a single entry in a Zip archive.
40 * the likelihood of using ZipEntry objects after discarding the ZipFile.)
46 class ZipEntry {
50 ZipEntry(void)
53 ~ZipEntry(void) {}
166 * Initialize the structure with the contents of a ZipEntry from
169 status_t initFromExternal(const ZipFile* pZipFile, const ZipEntry* pEntry);
206 ZipEntry(const ZipEntry& src)
    [all...]
  /frameworks/base/tools/aapt/
ZipEntry.h 20 // The ZipEntry class is tightly meshed with the ZipFile class.
35 * ZipEntry objects represent a single entry in a Zip archive.
40 * the likelihood of using ZipEntry objects after discarding the ZipFile.)
46 class ZipEntry {
50 ZipEntry(void)
53 ~ZipEntry(void) {}
171 * Initialize the structure with the contents of a ZipEntry from
174 status_t initFromExternal(const ZipFile* pZipFile, const ZipEntry* pEntry);
206 ZipEntry(const ZipEntry& src)
    [all...]
  /bootable/recovery/minzip/
Zip.h 32 typedef struct ZipEntry {
43 } ZipEntry;
51 ZipEntry* pEntries;
52 HashTable* pHash; // maps file name to ZipEntry
85 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
98 INLINE const ZipEntry*
111 mzGetZipEntryIndex(const ZipArchive *pArchive, const ZipEntry *pEntry) {
118 INLINE UnterminatedString mzGetZipEntryFileName(const ZipEntry* pEntry) {
124 INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) {
127 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry)
    [all...]
  /art/runtime/
zip_archive.h 37 class ZipEntry {
47 ZipEntry(const ZipArchive* zip_archive, const byte* ptr) : zip_archive_(zip_archive), ptr_(ptr) {}
69 DISALLOW_COPY_AND_ASSIGN(ZipEntry);
115 ZipEntry* Find(const char* name) const;
135 friend class ZipEntry;
  /libcore/luni/src/main/java/java/util/zip/
ZipEntry.java 37 * {@link ZipOutputStream} shows how {@code ZipEntry} is used in conjunction with those two classes.
39 public class ZipEntry implements ZipConstants, Cloneable {
68 * Constructs a new {@code ZipEntry} with the specified name. The name is actually a path,
74 public ZipEntry(String name) {
85 * Returns the comment for this {@code ZipEntry}, or {@code null} if there is no comment.
93 * Gets the compressed size of this {@code ZipEntry}.
103 * Gets the checksum for this {@code ZipEntry}.
112 * Gets the extra information for this {@code ZipEntry}.
122 * Gets the compression method for this {@code ZipEntry}.
132 * Gets the name of this {@code ZipEntry}
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
util.cc 176 struct ZipEntry {
179 static bool FromBytes(const std::string& bytes, ZipEntry* zip,
356 const uint32 ZipEntry::kFileHeaderSignature = 0x04034b50;
357 const uint32 ZipEntry::kDataDescriptorSignature = 0x08074b50;
358 const uint32 ZipEntry::kCentralDirSignature = 0x02014b50;
359 const uint32 ZipEntry::kEndOfCentralDirSignature = 0x06054b50;
363 ZipEntry entry;
365 if (!ZipEntry::FromBytes(bytes, &entry, &zip_error_msg))
  /external/chromium_org/chrome/test/webdriver/
webdriver_util.cc 163 struct ZipEntry {
166 static bool FromBytes(const std::string& bytes, ZipEntry* zip,
343 const uint32 ZipEntry::kFileHeaderSignature = 0x04034b50;
344 const uint32 ZipEntry::kDataDescriptorSignature = 0x08074b50;
345 const uint32 ZipEntry::kCentralDirSignature = 0x02014b50;
346 const uint32 ZipEntry::kEndOfCentralDirSignature = 0x06054b50;
351 ZipEntry entry;
353 if (!ZipEntry::FromBytes(bytes, &entry, &zip_error_msg)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 545 milliseconds