Home
last modified time | relevance | path

Searched refs:GetIndexPath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp313 std::string indexPath = (*iter)->GetIndexPath(); in FindRawFile()
405 const std::string tempPath = (*iter)->GetIndexPath(); in GetValidAppPath()
544 std::string indexPath = (*iter)->GetIndexPath(); in GetResourcePaths()
574 std::string hapPath = qd->GetIndexPath(); in GetFilePathFromHap()
599 std::string hapPath = qd->GetIndexPath(); in GetAbilityExtractor()
632 std::string filePath = qd->GetIndexPath(); in GetMediaData()
681 std::string filePath = qd->GetIndexPath(); in GetMediaBase64Data()
732 const std::string tempPath = (*iter)->GetIndexPath(); in GetValidHapPath()
745 const std::string tempPath = (*iter)->GetIndexPath(); in GetValidIndexPath()
763 const std::string tempPath = (*iter)->GetIndexPath(); in FindRawFileFromHap()
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h103 inline const std::string GetIndexPath() const in GetIndexPath() function
176 inline const std::string GetIndexPath() const in GetIndexPath() function
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/include/
H A Dhap_resource.h54 inline const std::string GetIndexPath() const in GetIndexPath() function
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_manager.cpp275 …const HapResource *pResource = HapResource::LoadFromIndex(hapResources_[i]->GetIndexPath().c_str()… in ReloadAll()