Searched defs:storageName (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/aapt/ |
D | ZipFile.h | 85 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()
|
D | Package.cpp | 246 String8 storageName, const sp<const AaptFile>& file) in processFile() 409 const char* storageName = entry->getFileName(); in processJarFile() local
|
D | ZipFile.cpp | 359 const char* storageName, int sourceType, int compressionMethod, in addCommon()
|
D | Command.cpp | 2420 String8 storageName = String8(fileName).getPathLeaf(); in doAdd() local
|
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | MtpDocumentsProvider.java | 208 final String storageName; in queryDocument() local
|