Home
last modified time | relevance | path

Searched refs:getPathDir (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
DCacheUpdater.h79 existsPath = getPathDir(existsPath); in ensureDirectoriesExist()
107 ensureDirectoriesExist(getPathDir(dest)); in processImage()
DAaptAssets.cpp826 return getPathDir(mFiles.valueAt(0)->getPrintableSource()); in getPrintableSource()
830 return getPathDir(mDirs.valueAt(0)->getPrintableSource()); in getPrintableSource()
986 addFile(getPathLeaf(srcFile), AaptGroupEntry(), getPathDir(srcFile), in slurpFromArgs()
1244 String8 dirName = getPathDir(entryName); in slurpResourceZip()
/frameworks/base/libs/androidfw/include_pathutils/androidfw/
DPathUtils.h46 String8 getPathDir(const String8& str);
/frameworks/base/libs/androidfw/
DPathUtils.cpp34 String8 getPathDir(const String8& str8) { in getPathDir() function