Home
last modified time | relevance | path

Searched defs:storageName (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt/
DZipFile.h85 status_t add(const char* fileName, const char* storageName, in add()
98 status_t addGzip(const char* fileName, const char* storageName, in addGzip()
111 status_t add(const void* data, size_t size, const char* storageName, in add()
DPackage.cpp246 String8 storageName, const sp<const AaptFile>& file) in processFile()
409 const char* storageName = entry->getFileName(); in processJarFile() local
DZipFile.cpp359 const char* storageName, int sourceType, int compressionMethod, in addCommon()
DCommand.cpp2120 String8 storageName = String8(fileName).getPathLeaf(); in doAdd() local
/frameworks/base/tools/aapt2/
DZipFile.h88 status_t add(const char* fileName, const char* storageName, in add()
101 status_t addGzip(const char* fileName, const char* storageName, in addGzip()
114 status_t add(const void* data, size_t size, const char* storageName, in add()
DZipFile.cpp348 status_t ZipFile::add(const BigBuffer& buffer, const char* storageName, int compressionMethod, in add()
368 const char* storageName, int sourceType, int compressionMethod, in addCommon()
549 const char* storageName, int padding, ZipEntry** ppEntry) in add()
DZipEntry.cpp147 const ZipEntry* pEntry, const char* storageName) in initFromExternal()