Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/load/
H A Dmodule_loader.cpp42 std::string tempModulePath = searchDir + libName; in GetModulePath() local
43 if (FileUtil::IsFileExists(tempModulePath)) { in GetModulePath()
44 modulePath = tempModulePath; in GetModulePath()