Searched refs:getPathName (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/include/androidfw/
H A DAssetManager.h350 static String8 getPathName(const char* path);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java546 if (path.getPathName() != null) {
547 pathRenderer.mVGTargetsMap.put(path.getPathName(), path);
555 if (path.getPathName() != null) {
556 pathRenderer.mVGTargetsMap.put(path.getPathName(), path);
1266 public String getPathName() { method in class:VectorDrawable.VPath
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp885 createZipSourceNameLocked(ZipSet::getPathName(ap.path.string()), String8(""),
1037 pAsset->setAssetSource(createZipSourceNameLocked(ZipSet::getPathName(ap.path.string()),
1510 zipName = ZipSet::getPathName(ap.path.string());
2066 /*static*/ String8 AssetManager::ZipSet::getPathName(const char* zipPath) function in class:AssetManager::ZipSet

Completed in 3111 milliseconds