Home
last modified time | relevance | path

Searched refs:LoadResourceFile (Results 1 - 5 of 5) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h92 static std::unique_ptr<uint8_t[]> LoadResourceFile(const std::string &path, size_t &len);
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp56 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 Dresource_manager_impl.cpp1214 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 Dtheme_pack_manager.cpp398 outValue = Utils::LoadResourceFile(iconPath, len); in GetOtherIconsInfo()
H A Dhap_manager.cpp703 outValue = Utils::LoadResourceFile(filePath, len); in GetMediaDataFromIndex()
805 outValue = Utils::LoadResourceFile(filePath, len); in FindRawFileFromHap()

Completed in 10 milliseconds