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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp937 String8 path(createPathNameLocked(ap, locale, vendor));
960 String8 path(createPathNameLocked(ap, locale, vendor));
1064 String8 AssetManager::createPathNameLocked(const asset_path& ap, const char* locale, function in class:AssetManager
1076 String8 AssetManager::createPathNameLocked(const asset_path& ap, const char* rootDir) function in class:AssetManager
1326 path = createPathNameLocked(ap, rootDir);
1371 path = createPathNameLocked(ap, rootDir);
1793 partialPath = createPathNameLocked(ap, locale, vendor);
1825 tmpInfo.setSourceName(createPathNameLocked(ap, locale, vendor));

Completed in 88 milliseconds