Home
last modified time | relevance | path

Searched refs:storageName (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/zipalign/
DZipFile.h85 status_t add(const char* fileName, const char* storageName, in add() argument
88 return addCommon(fileName, NULL, 0, storageName, in add()
97 status_t add(const void* data, size_t size, const char* storageName, in add() argument
100 return addCommon(NULL, data, size, storageName, in add()
221 const char* storageName, int compressionMethod, ZipEntry** ppEntry);
DZipFile.cpp369 const char* storageName, int compressionMethod, ZipEntry** ppEntry) in addCommon() argument
389 if (getEntryByName(storageName) != NULL) in addCommon()
404 pEntry->initNew(storageName, NULL); in addCommon()