Home
last modified time | relevance | path

Searched refs:GetValidHapPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_manager.h233 int32_t GetValidHapPath(std::string &hapPath);
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp725 int32_t HapManager::GetValidHapPath(std::string &hapPath) in GetValidHapPath() function in OHOS::Global::Resource::HapManager
825 if (HapManager::GetValidHapPath(hapOrIndexPath) == OK) { in GetRawFileList()
836 return HapManager::GetValidHapPath(hapPath) == OK ? true : false; in IsLoadHap()