Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dsystem_resource_manager.cpp106 std::string sysHapExtNamePath = SystemResourceManager::SYSTEM_RESOURCE_EXT_NO_SAND_BOX_HAP_PATH; in LoadSystemResource() local
129 if (result && Utils::IsFileExist(sysHapExtNamePath)) { in LoadSystemResource()
130 result = impl->AddResource(sysHapExtNamePath.c_str()); in LoadSystemResource()