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

/build/tools/zipalign/
H A DZipFile.h72 * If "storageName" is specified, the archive will use that instead
85 status_t add(const char* fileName, const char* storageName, argument
88 return addCommon(fileName, NULL, 0, storageName,
98 status_t addGzip(const char* fileName, const char* storageName, argument
101 return addCommon(fileName, NULL, 0, storageName,
111 status_t add(const void* data, size_t size, const char* storageName, argument
114 return addCommon(NULL, data, size, storageName,
234 const char* storageName, int sourceType, int compressionMethod,
H A DZipFile.cpp361 const char* storageName, int sourceType, int compressionMethod,
382 if (getEntryByName(storageName) != NULL)
397 pEntry->initNew(storageName, NULL);
360 addCommon(const char* fileName, const void* data, size_t size, const char* storageName, int sourceType, int compressionMethod, ZipEntry** ppEntry) argument

Completed in 71 milliseconds