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

  /frameworks/base/tools/aapt/
Package.cpp 301 String8 storageName(group->getPath());
302 storageName.convertToResPath();
320 int fileNameLen = storageName.length();
323 && (0 == strcmp(storageName.string() + (fileNameLen - excludeExtensionLen),
325 fprintf(stderr, "warning: '%s' not added to Zip\n", storageName.string());
329 if (strcasecmp(storageName.getPathExtension().string(), ".gz") == 0) {
331 storageName = storageName.getBasePath();
335 entry = zip->getEntryByName(storageName.string());
355 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/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,
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...]
  /external/chromium_org/third_party/mtpd/mtpd_server/
mtpd_server.h 40 { "storageName", "s", true },
46 { "storageName", "s", true },
109 { "storageName", "s", false },
114 { "storageName", "s", false },
159 virtual std::vector< uint8_t > GetStorageInfo(const std::string& storageName, ::DBus::Error &error) = 0;
160 virtual std::string OpenStorage(const std::string& storageName, const std::string& mode, ::DBus::Error &error) = 0;
170 void MTPStorageAttached(const std::string &storageName)
174 __wi << storageName;
177 void MTPStorageDetached(const std::string &storageName)
181 __wi << storageName;
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 800 milliseconds