Home
last modified time | relevance | path

Searched refs:getPathExtension (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tools/aapt/
DFileFinder.cpp87 String8 ext(getPathExtension(path)); in checkAndAddFile()
90 String8 ext2 = getPathExtension(extensions[i]); in checkAndAddFile()
DPackage.cpp278 if (strcasecmp(getPathExtension(storageName).c_str(), ".gz") == 0) { in processFile()
370 String8 ext = getPathExtension(pathName); in okayToCompress()
DImages.cpp1361 String8 ext(getPathExtension(file->getPath())); in preProcessImage()
1522 if (getPathExtension(getBasePath(source)) == ".9") { in preProcessImageToCache()
1588 String8 ext(getPathExtension(file->getPath())); in postProcessImage()
DAaptAssets.cpp1379 if (getPathExtension(file->getPath()) == ".xml") { in filter()
1416 if (getPathExtension(file->getPath()) == ".xml") { in filter()
DCommand.cpp2490 if (strcasecmp(getPathExtension(String8(fileName)).c_str(), ".gz") == 0) { in doAdd()
2621 String8 ext(getPathExtension(original)); in buildApkName()
DResource.cpp1691 if (getPathExtension(it.getFile()->getPath()) == ".xml") { in buildResources()
/frameworks/base/libs/androidfw/include_pathutils/androidfw/
DPathUtils.h61 String8 getPathExtension(const String8& str);
/frameworks/av/media/libmedia/include/media/
DPluginLoader.h45 if (file.getPathExtension() == ".so") { in PluginLoader()
/frameworks/base/tools/aapt/tests/
DFileFinder_test.cpp77 String8 testExt(testStorage.keyAt(i).getPathExtension()); in main()
/frameworks/base/libs/androidfw/
DPathUtils.cpp66 String8 getPathExtension(const String8& str) { in getPathExtension() function
DAssetManager.cpp901 if (strcasecmp(getPathExtension(pathName).c_str(), ".gz") == 0) { in openAssetFromFileLocked()
1187 if (strcasecmp(getPathExtension(info.getFileName()).c_str(), ".gz") == 0) in scanDirLocked()