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 | 363 ZipEntry** ppEntry) in addCommon() argument 526 if (ppEntry != NULL) in addCommon() 527 *ppEntry = pEntry; in addCommon() 545 int padding, ZipEntry** ppEntry) in add() argument 634 if (ppEntry != NULL) in add() 635 *ppEntry = pEntry; in add() 652 ZipEntry** ppEntry) in addRecompress() argument 769 if (ppEntry != NULL) in addRecompress() 770 *ppEntry = pEntry; in addRecompress()
|