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

  /frameworks/base/tools/aapt/
FileFinder.cpp 86 String8 ext(path.getPathExtension());
89 String8 ext2 = extensions[i].getPathExtension();
Package.cpp 309 * String8::getPathExtension() because the length of what it considers
329 if (strcasecmp(storageName.getPathExtension().string(), ".gz") == 0) {
421 String8 ext = pathName.getPathExtension();
Images.cpp     [all...]
AaptAssets.cpp     [all...]
Command.cpp     [all...]
  /frameworks/base/tools/aapt/tests/
FileFinder_test.cpp 77 String8 testExt(testStorage.keyAt(i).getPathExtension());
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 231 String8 extension(sName.getPathExtension());
  /frameworks/av/media/libmediaplayerservice/
Crypto.cpp 115 if (pluginPath.getPathExtension() == ".so") {
Drm.cpp 164 if (pluginPath.getPathExtension() == ".so") {
  /system/core/include/utils/
String8.h 188 String8 getPathExtension(void) const;
192 * an extension are described in the comment for getPathExtension().
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 162 String8 extension = path.getPathExtension();
  /system/core/libutils/
String8.cpp 564 String8 String8::getPathExtension(void) const
  /frameworks/av/drm/drmserver/
DrmManager.cpp 188 String8 extension = path.getPathExtension();
582 const String8 fileSuffix = path.getPathExtension();
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 228 String8 extString = path.getPathExtension();
  /frameworks/base/libs/androidfw/
AssetManager.cpp     [all...]

Completed in 345 milliseconds