HomeSort by relevance Sort by last modified time
    Searched defs:storageName (Results 1 - 3 of 3) 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...]
Command.cpp     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 273 milliseconds