Searched refs:storageName (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
H A DPackage.cpp298 String8 storageName(group->getPath());
299 storageName.convertToResPath();
317 int fileNameLen = storageName.length();
320 && (0 == strcmp(storageName.string() + (fileNameLen - excludeExtensionLen),
322 fprintf(stderr, "warning: '%s' not added to Zip\n", storageName.string());
326 if (strcasecmp(storageName.getPathExtension().string(), ".gz") == 0) {
328 storageName = storageName.getBasePath();
332 entry = zip->getEntryByName(storageName.string());
352 printf(" (removing old '%s')\n", storageName
460 const char* storageName = entry->getFileName(); local
[all...]
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,
225 const char* storageName, int sourceType, int compressionMethod,
H A DZipFile.cpp359 const char* storageName, int sourceType, int compressionMethod,
380 if (getEntryByName(storageName) != NULL)
395 pEntry->initNew(storageName, NULL);
358 addCommon(const char* fileName, const void* data, size_t size, const char* storageName, int sourceType, int compressionMethod, ZipEntry** ppEntry) argument
H A DCommand.cpp1548 String8 storageName = String8(fileName).getPathLeaf(); local
1549 printf(" '%s' as '%s'...\n", fileName, storageName.string());
1550 result = zip->add(fileName, storageName.string(),

Completed in 117 milliseconds