Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt/
H A DCacheUpdater.h76 existsPath = existsPath.getPathDir(); in ensureDirectoriesExist()
104 ensureDirectoriesExist(dest.getPathDir()); in processImage()
H A DAaptAssets.cpp826 return mFiles.valueAt(0)->getPrintableSource().getPathDir(); in getPrintableSource()
830 return mDirs.valueAt(0)->getPrintableSource().getPathDir(); in getPrintableSource()
986 addFile(srcFile.getPathLeaf(), AaptGroupEntry(), srcFile.getPathDir(), in slurpFromArgs()
1244 String8 dirName = entryName.getPathDir(); in slurpResourceZip()
/aosp12/system/core/libutils/
H A DString8_fuzz.cpp81 str1->getPathDir(); in __anon90faaa7c0d02()
H A DString8.cpp466 String8 String8::getPathDir(void) const in getPathDir() function in android::String8
/aosp12/system/core/libutils/include/utils/
H A DString8.h162 String8 getPathDir(void) const;
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1212 const String8 path(entryName.getPathDir()); in preloadZip()