Home
last modified time | relevance | path

Searched refs:resIndexPath (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.cpp137 std::string resIndexPath = hapPath.empty() ? (resPath + "resources.index") : hapPath; in ResourceAdapterImplV2() local
155 std::string resIndexPath = hapPath.empty() ? (resPath + "resources.index") : hapPath; in Init() local
156 newResMgr->AddResource(resIndexPath.c_str()); in Init()
H A Dresource_adapter_impl.cpp140 std::string resIndexPath = hapPath.empty() ? (resPath + "resources.index") : hapPath; in Init() local
141 auto resRet = newResMgr->AddResource(resIndexPath.c_str()); in Init()

Completed in 4 milliseconds