Searched refs:strModule (Results 1 – 1 of 1) sorted by relevance
564 std::string strModule(moduleName); in LoadNativeModule() local565 std::string strCutName = strModule; in LoadNativeModule()568 strModule = path; in LoadNativeModule()571 strModule = prefixTmp + '/' + moduleName; in LoadNativeModule()574 if (strModule.find(".") != std::string::npos) { in LoadNativeModule()596 …FindNativeModuleByCache(strModule.c_str(), nativeModulePath, cacheNativeModule, cacheHeadTailNativ… in LoadNativeModule()625 … nativeModule = FindNativeModuleByCache(strModule.c_str(), nativeModulePath, cacheNativeModule, in LoadNativeModule()