Searched defs:ppEntry (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipFile.h78 * If "ppEntry" is non-NULL, a pointer to the new entry will be returned.
81 ZipEntry** ppEntry)
83 return add(fileName, fileName, compressionMethod, ppEntry);
86 int compressionMethod, ZipEntry** ppEntry)
90 compressionMethod, ppEntry);
96 * If "ppEntry" is non-NULL, a pointer to the new entry will be returned.
99 ZipEntry** ppEntry)
103 ZipEntry::kCompressDeflated, ppEntry);
109 * If "ppEntry" is non-NULL, a pointer to the new entry will be returned.
112 int compressionMethod, ZipEntry** ppEntry)
80 add(const char* fileName, int compressionMethod, ZipEntry** ppEntry) argument
85 add(const char* fileName, const char* storageName, int compressionMethod, ZipEntry** ppEntry) argument
98 addGzip(const char* fileName, const char* storageName, ZipEntry** ppEntry) argument
111 add(const void* data, size_t size, const char* storageName, int compressionMethod, ZipEntry** ppEntry) argument
[all...]
H A DZipFile.cpp360 ZipEntry** ppEntry)
520 if (ppEntry != NULL)
521 *ppEntry = pEntry;
536 * If "ppEntry" is non-NULL, a pointer to the new entry will be returned.
539 int padding, ZipEntry** ppEntry)
628 if (ppEntry != NULL)
629 *ppEntry = pEntry;
358 addCommon(const char* fileName, const void* data, size_t size, const char* storageName, int sourceType, int compressionMethod, ZipEntry** ppEntry) argument
538 add(const ZipFile* pSourceZip, const ZipEntry* pSourceEntry, int padding, ZipEntry** ppEntry) argument

Completed in 308 milliseconds