Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DFileFinder.cpp86 String8 ext(path.getPathExtension()); in checkAndAddFile()
89 String8 ext2 = extensions[i].getPathExtension(); in checkAndAddFile()
DPackage.cpp326 if (strcasecmp(storageName.getPathExtension().string(), ".gz") == 0) { in processFile()
418 String8 ext = pathName.getPathExtension(); in okayToCompress()
DImages.cpp1126 String8 ext(file->getPath().getPathExtension()); in preProcessImage()
1306 if (source.getBasePath().getPathExtension() == ".9") { in preProcessImageToCache()
1373 String8 ext(file->getPath().getPathExtension()); in postProcessImage()
DAaptAssets.cpp2405 if (file->getPath().getPathExtension() == ".xml") { in filter()
2441 if (file->getPath().getPathExtension() == ".xml") { in filter()
DCommand.cpp1543 if (strcasecmp(String8(fileName).getPathExtension().string(), ".gz") == 0) { in doAdd()
/frameworks/base/tools/aapt/tests/
DFileFinder_test.cpp77 String8 testExt(testStorage.keyAt(i).getPathExtension()); in main()
/frameworks/av/drm/libdrmframework/include/
DPlugInManager.h231 String8 extension(sName.getPathExtension()); in isPlugIn()
/frameworks/native/include/utils/
DString8.h179 String8 getPathExtension(void) const;
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
DDrmPassthruPlugIn.cpp161 String8 extension = path.getPathExtension(); in onCanHandle()
/frameworks/av/drm/drmserver/
DDrmManager.cpp213 String8 extension = path.getPathExtension(); in canHandle()
577 const String8 fileSuffix = path.getPathExtension(); in getSupportedPlugInIdFromPath()
/frameworks/native/libs/utils/
DString8.cpp558 String8 String8::getPathExtension(void) const in getPathExtension() function in android::String8
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
DFwdLockEngine.cpp228 String8 extString = path.getPathExtension(); in onCanHandle()
/frameworks/base/libs/androidfw/
DAssetManager.cpp1044 if (strcasecmp(pathName.getPathExtension().string(), ".gz") == 0) { in openAssetFromFileLocked()
1402 if (strcasecmp(info.getFileName().getPathExtension().string(), ".gz") == 0) in scanDirLocked()