Searched refs:resIndexPath (Results 1 – 2 of 2) sorted by relevance
140 std::string resIndexPath = hapPath.empty() ? (resPath + "resources.index") : hapPath; in ResourceAdapterImplV2() local158 std::string resIndexPath = hapPath.empty() ? (resPath + "resources.index") : hapPath; in Init() local159 newResMgr->AddResource(resIndexPath.c_str()); in Init()
141 std::string resIndexPath = hapPath.empty() ? (resPath + "resources.index") : hapPath; in Init() local142 auto resRet = newResMgr->AddResource(resIndexPath.c_str()); in Init()