Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dsystem_resource_manager.cpp105 std::string sysHapNamePath = SystemResourceManager::SYSTEM_RESOURCE_PATH_COMPRESSED; in LoadSystemResource() local
109 sysHapNamePath = SystemResourceManager::SYSTEM_RESOURCE_NO_SAND_BOX_HAP_PATH; in LoadSystemResource()
120 if (Utils::IsFileExist(sysHapNamePath)) { in LoadSystemResource()
125 result = impl->AddResource(sysHapNamePath.c_str(), overlayPaths); in LoadSystemResource()
127 result = impl->AddResource(sysHapNamePath.c_str()); in LoadSystemResource()