Lines Matching refs:pluginFilePath
46 string pluginFilePath = "";
50 pluginFilePath = tmpPath;
54 return pluginFilePath;
63 auto pluginFilePath = GetPluginPath(pluginFileName);
64 if (!pluginFilePath.empty()) {
66 if (realpath(pluginFilePath.c_str(), resolvedPath) == nullptr) {
67 LOGE("realpath failed in line path: %s", pluginFilePath.c_str());
70 cloudKitPulginHandle_ = dlopen(pluginFilePath.c_str(), RTLD_LAZY);
72 LOGE("dlopen failed, path:%{public}s", pluginFilePath.c_str());
74 LOGI("succ to load plugin, path:%{public}s", pluginFilePath.c_str());