Searched refs:tempModulePath (Results 1 – 1 of 1) sorted by relevance
42 std::string tempModulePath = searchDir + libName; in GetModulePath() local43 if (FileUtil::IsFileExists(tempModulePath)) { in GetModulePath()44 modulePath = tempModulePath; in GetModulePath()