Searched refs:LoadResourceFile (Results 1 - 5 of 5) sorted by relevance
/base/global/resource_management/frameworks/resmgr/include/utils/ |
H A D | utils.h | 92 static std::unique_ptr<uint8_t[]> LoadResourceFile(const std::string &path, size_t &len);
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | utils.cpp | 56 auto tempData = Utils::LoadResourceFile(iconPath, len); in GetMediaBase64Data() 70 std::unique_ptr<uint8_t[]> Utils::LoadResourceFile(const std::string &path, size_t &len) in LoadResourceFile() function in OHOS::Global::Resource::Utils
|
/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 1214 outValue = Utils::LoadResourceFile(result, len); in GetThemeMedia() 1402 outValue = Utils::LoadResourceFile(result, len); in GetThemeIcon() 1640 outValue = Utils::LoadResourceFile(result, len); in GetThemeIconInfo() 1642 RESMGR_HILOGD(RESMGR_TAG, "LoadResourceFile FAILED"); in GetThemeIconInfo()
|
H A D | theme_pack_manager.cpp | 398 outValue = Utils::LoadResourceFile(iconPath, len); in GetOtherIconsInfo()
|
H A D | hap_manager.cpp | 703 outValue = Utils::LoadResourceFile(filePath, len); in GetMediaDataFromIndex() 805 outValue = Utils::LoadResourceFile(filePath, len); in FindRawFileFromHap()
|
Completed in 10 milliseconds