HomeSort by relevance Sort by last modified time
    Searched refs:storageName (Results 1 - 9 of 9) sorted by null

  /frameworks/base/tools/aapt/
Package.cpp 41 bool processFile(Bundle* bundle, ZipFile* zip, String8 storageName, const sp<const AaptFile>& file);
246 String8 storageName, const sp<const AaptFile>& file)
267 int fileNameLen = storageName.length();
270 && (0 == strcmp(storageName.string() + (fileNameLen - excludeExtensionLen),
272 fprintf(stderr, "warning: '%s' not added to Zip\n", storageName.string());
276 if (strcasecmp(storageName.getPathExtension().string(), ".gz") == 0) {
278 storageName = storageName.getBasePath();
282 entry = zip->getEntryByName(storageName.string());
302 printf(" (removing old '%s')\n", storageName.string())
    [all...]
ZipFile.h 72 * If "storageName" is specified, the archive will use that instead
85 status_t add(const char* fileName, const char* storageName,
88 return addCommon(fileName, NULL, 0, storageName,
98 status_t addGzip(const char* fileName, const char* storageName,
101 return addCommon(fileName, NULL, 0, storageName,
111 status_t add(const void* data, size_t size, const char* storageName,
114 return addCommon(NULL, data, size, storageName,
225 const char* storageName, int sourceType, int compressionMethod,
ZipFile.cpp 359 const char* storageName, int sourceType, int compressionMethod,
380 if (getEntryByName(storageName) != NULL)
395 pEntry->initNew(storageName, NULL);
    [all...]
Command.cpp     [all...]
  /build/make/tools/zipalign/
ZipFile.h 72 * If "storageName" is specified, the archive will use that instead
85 status_t add(const char* fileName, const char* storageName,
88 return addCommon(fileName, NULL, 0, storageName,
97 status_t add(const void* data, size_t size, const char* storageName,
100 return addCommon(NULL, data, size, storageName,
219 const char* storageName, int compressionMethod, ZipEntry** ppEntry);
ZipFile.cpp 362 const char* storageName, int compressionMethod, ZipEntry** ppEntry)
382 if (getEntryByName(storageName) != NULL)
397 pEntry->initNew(storageName, NULL);
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp     [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDocumentsProvider.java 204 final String storageName;
212 storageName = storageCursor.getString(0);
223 storageName));
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 764 milliseconds