Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dhap_manager.cpp252 std::string sPath(path); in AddResourcePath() local
254 loadedHapPaths_.end(), sPath); in AddResourcePath()
264 this->loadedHapPaths_.push_back(sPath); in AddResourcePath()
/base/global/resource_management/frameworks/resmgr/src/
Dhap_manager.cpp427 std::string sPath(path); in AddResourcePath() local
428 auto it = loadedHapPaths_.find(sPath); in AddResourcePath()
437 this->loadedHapPaths_[sPath] = std::vector<std::string>(); in AddResourcePath()