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

  /frameworks/base/tools/aapt/
FileFinder.cpp 86 String8 ext(path.getPathExtension());
89 String8 ext2 = extensions[i].getPathExtension();
Package.cpp 256 * String8::getPathExtension() because the length of what it considers
276 if (strcasecmp(storageName.getPathExtension().string(), ".gz") == 0) {
368 String8 ext = pathName.getPathExtension();
Images.cpp     [all...]
AaptAssets.cpp     [all...]
Command.cpp     [all...]
Resource.cpp     [all...]
  /frameworks/av/media/libmedia/include/media/
PluginLoader.h 45 if (file.getPathExtension() == ".so") {
  /hardware/interfaces/drm/1.0/default/include/
PluginLoader.h 49 if (file.getPathExtension() == ".so") {
  /hardware/interfaces/cas/1.0/default/
FactoryLoader.h 106 if (pluginPath.getPathExtension() == ".so") {
143 if (pluginPath.getPathExtension() == ".so") {
  /frameworks/base/tools/aapt/tests/
FileFinder_test.cpp 77 String8 testExt(testStorage.keyAt(i).getPathExtension());
  /frameworks/av/drm/drmserver/
PlugInManager.h 231 String8 extension(sName.getPathExtension());
DrmManager.cpp 183 String8 extension = path.getPathExtension();
577 const String8 fileSuffix = path.getPathExtension();
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 162 String8 extension = path.getPathExtension();
  /system/core/libutils/include/utils/
String8.h 203 String8 getPathExtension(void) const;
207 * an extension are described in the comment for getPathExtension().
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 230 String8 extString = path.getPathExtension();
  /system/core/libutils/
String8.cpp 608 String8 String8::getPathExtension(void) const
  /frameworks/base/libs/androidfw/
AssetManager.cpp 897 if (strcasecmp(pathName.getPathExtension().string(), ".gz") == 0) {
    [all...]

Completed in 666 milliseconds