HomeSort by relevance Sort by last modified time
    Searched defs:ZipEntry (Results 1 - 17 of 17) 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 36 typedef struct ZipEntry {
47 } ZipEntry;
55 ZipEntry* pEntries;
56 HashTable* pHash; // maps file name to ZipEntry
89 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
102 INLINE const ZipEntry*
115 mzGetZipEntryIndex(const ZipArchive *pArchive, const ZipEntry *pEntry) {
122 INLINE UnterminatedString mzGetZipEntryFileName(const ZipEntry* pEntry) {
128 INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) {
131 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry)
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
ZipEntry.java 32 * An instance of {@code ZipEntry} represents an entry within a <i>ZIP-archive</i>.
42 public class ZipEntry implements ZipConstants, Cloneable {
65 * Constructs a new {@code ZipEntry} with the specified name.
72 public ZipEntry(String name) {
83 * Gets the comment for this {@code ZipEntry}.
85 * @return the comment for this {@code ZipEntry}, or {@code null} if there
94 * Gets the compressed size of this {@code ZipEntry}.
104 * Gets the checksum for this {@code ZipEntry}.
113 * Gets the extra information for this {@code ZipEntry}.
123 * Gets the compression method for this {@code ZipEntry}
    [all...]
  /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/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 826 milliseconds