Searched refs:ppEntry (Results 1 – 2 of 2) sorted by relevance
/build/tools/zipalign/ |
D | ZipFile.h | 81 ZipEntry** ppEntry) in add() argument 83 return add(fileName, fileName, compressionMethod, ppEntry); in add() 86 int compressionMethod, ZipEntry** ppEntry) in add() argument 90 compressionMethod, ppEntry); in add() 99 ZipEntry** ppEntry) in addGzip() argument 103 ZipEntry::kCompressDeflated, ppEntry); in addGzip() 112 int compressionMethod, ZipEntry** ppEntry) in add() argument 116 compressionMethod, ppEntry); in add() 127 int padding, ZipEntry** ppEntry); 136 ZipEntry** ppEntry); [all …]
|
D | ZipFile.cpp | 362 ZipEntry** ppEntry) in addCommon() argument 523 if (ppEntry != NULL) in addCommon() 524 *ppEntry = pEntry; in addCommon() 542 int padding, ZipEntry** ppEntry) in add() argument 631 if (ppEntry != NULL) in add() 632 *ppEntry = pEntry; in add() 649 ZipEntry** ppEntry) in addRecompress() argument 766 if (ppEntry != NULL) in addRecompress() 767 *ppEntry = pEntry; in addRecompress()
|