Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt/
H A DFileFinder.cpp86 String8 ext(path.getPathExtension()); in checkAndAddFile()
89 String8 ext2 = extensions[i].getPathExtension(); in checkAndAddFile()
H A DPackage.cpp276 if (strcasecmp(storageName.getPathExtension().string(), ".gz") == 0) { in processFile()
368 String8 ext = pathName.getPathExtension(); in okayToCompress()
H A DImages.cpp1360 String8 ext(file->getPath().getPathExtension()); in preProcessImage()
1521 if (source.getBasePath().getPathExtension() == ".9") { in preProcessImageToCache()
1587 String8 ext(file->getPath().getPathExtension()); in postProcessImage()
H A DAaptAssets.cpp1379 if (file->getPath().getPathExtension() == ".xml") { in filter()
1416 if (file->getPath().getPathExtension() == ".xml") { in filter()
H A DCommand.cpp2472 if (strcasecmp(String8(fileName).getPathExtension().string(), ".gz") == 0) { in doAdd()
2603 String8 ext(original.getPathExtension()); in buildApkName()
H A DResource.cpp1688 if (it.getFile()->getPath().getPathExtension() == ".xml") { in buildResources()
/aosp12/hardware/interfaces/cas/1.0/default/
H A DFactoryLoader.h111 if (pluginPath.getPathExtension() == ".so") { in findFactoryForScheme()
153 if (pluginPath.getPathExtension() == ".so") { in enumeratePlugins()
/aosp12/hardware/interfaces/cas/1.1/default/
H A DFactoryLoader.h103 if (pluginPath.getPathExtension() == ".so") { in findFactoryForScheme()
142 if (pluginPath.getPathExtension() == ".so") { in enumeratePlugins()
/aosp12/hardware/interfaces/cas/1.2/default/
H A DFactoryLoader.h103 if (pluginPath.getPathExtension() == ".so") { in findFactoryForScheme()
142 if (pluginPath.getPathExtension() == ".so") { in enumeratePlugins()
/aosp12/frameworks/av/media/libmedia/include/media/
H A DPluginLoader.h45 if (file.getPathExtension() == ".so") { in PluginLoader()
/aosp12/hardware/interfaces/drm/1.0/default/include/
H A DPluginLoader.h49 if (file.getPathExtension() == ".so") { in PluginLoader()
/aosp12/frameworks/base/tools/aapt/tests/
H A DFileFinder_test.cpp77 String8 testExt(testStorage.keyAt(i).getPathExtension()); in main()
/aosp12/frameworks/av/drm/drmserver/
H A DPlugInManager.h231 String8 extension(sName.getPathExtension()); in isPlugIn()
H A DDrmManager.cpp315 String8 extension = path.getPathExtension(); in canHandle()
744 const String8 fileSuffix = path.getPathExtension(); in getSupportedPlugInIdFromPath()
/aosp12/system/core/libutils/
H A DString8_fuzz.cpp75 str1->getPathExtension(); in __anon90faaa7c0b02()
H A DString8.cpp529 String8 String8::getPathExtension(void) const in getPathExtension() function in android::String8
/aosp12/system/core/libutils/include/utils/
H A DString8.h185 String8 getPathExtension(void) const;
/aosp12/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp162 String8 extension = path.getPathExtension(); in onCanHandle()
/aosp12/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp230 String8 extString = path.getPathExtension(); in onCanHandle()
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager.cpp900 if (strcasecmp(pathName.getPathExtension().string(), ".gz") == 0) { in openAssetFromFileLocked()
1187 if (strcasecmp(info.getFileName().getPathExtension().string(), ".gz") == 0) in scanDirLocked()