Home
last modified time | relevance | path

Searched refs:getBasePath (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/androidfw/include_pathutils/androidfw/
DPathUtils.h71 String8 getBasePath(const String8& str);
/frameworks/base/libs/androidfw/
DPathUtils.cpp76 String8 getBasePath(const String8& str8) { in getBasePath() function
DAssetManager.cpp1188 info.setFileName(getBasePath(info.getFileName())); in scanDirLocked()
/frameworks/base/tools/aapt/
DPackage.cpp280 storageName = getBasePath(storageName); in processFile()
DCommand.cpp2492 result = zip->addGzip(fileName, getBasePath(String8(fileName)).c_str(), NULL); in doAdd()
2624 getBasePath(original).c_str(), in buildApkName()
DImages.cpp1522 if (getPathExtension(getBasePath(source)) == ".9") { in preProcessImageToCache()