Searched refs:storageName (Results 1 – 2 of 2) sorted by relevance
/build/tools/zipalign/ |
D | ZipFile.h | 85 status_t add(const char* fileName, const char* storageName, in add() argument 88 return addCommon(fileName, NULL, 0, storageName, in add() 98 status_t addGzip(const char* fileName, const char* storageName, in addGzip() argument 101 return addCommon(fileName, NULL, 0, storageName, in addGzip() 111 status_t add(const void* data, size_t size, const char* storageName, in add() argument 114 return addCommon(NULL, data, size, storageName, in add() 234 const char* storageName, int sourceType, int compressionMethod,
|
D | ZipFile.cpp | 361 const char* storageName, int sourceType, int compressionMethod, in addCommon() argument 382 if (getEntryByName(storageName) != NULL) in addCommon() 397 pEntry->initNew(storageName, NULL); in addCommon()
|