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

/frameworks/base/include/androidfw/
H A DAssetManager.h235 String8 createPathNameLocked(const asset_path& path, const char* locale,
237 String8 createPathNameLocked(const asset_path& path, const char* rootDir);
/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 56 milliseconds