Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DString8.h187 String8 getBasePath(void) const;
/frameworks/base/tools/aapt/
DPackage.cpp328 storageName = storageName.getBasePath(); in processFile()
DImages.cpp1306 if (source.getBasePath().getPathExtension() == ".9") { in preProcessImageToCache()
DCommand.cpp1554 result = zip->addGzip(fileName, String8(fileName).getBasePath().string(), NULL); in doAdd()
/frameworks/native/libs/utils/
DString8.cpp569 String8 String8::getBasePath(void) const in getBasePath() function in android::String8
/frameworks/base/libs/androidfw/
DAssetManager.cpp1435 info.setFileName(info.getFileName().getBasePath()); in scanDirLocked()