Searched defs:createPathNameLocked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp877 String8 path(createPathNameLocked(ap, locale, vendor));
900 String8 path(createPathNameLocked(ap, locale, vendor));
1006 String8 AssetManager::createPathNameLocked(const asset_path& ap, const char* locale, function in class:AssetManager
1018 String8 AssetManager::createPathNameLocked(const asset_path& ap, const char* rootDir) function in class:AssetManager
1268 path = createPathNameLocked(ap, rootDir);
1313 path = createPathNameLocked(ap, rootDir);
1728 partialPath = createPathNameLocked(ap, locale, vendor);
1760 tmpInfo.setSourceName(createPathNameLocked(ap, locale, vendor));

Completed in 70 milliseconds