Searched refs:soPathName (Results 1 – 3 of 3) sorted by relevance
142 std::string soPathName = (iter->second).soName; in ~DmConfigManager() local143 if ((soPathName.length() == 0) || (soPathName.length() > PATH_MAX)) { in ~DmConfigManager()147 so_handle = dlopen(soPathName.c_str(), RTLD_NOW | RTLD_NOLOAD); in ~DmConfigManager()154 std::string soPathName = (iter->second).soName; in ~DmConfigManager() local155 if ((soPathName.length() == 0) || (soPathName.length() > PATH_MAX)) { in ~DmConfigManager()159 so_handle = dlopen(soPathName.c_str(), RTLD_NOW | RTLD_NOLOAD); in ~DmConfigManager()188 std::string soPathName = (soInfoIter->second).soName; in GetCryptoAdapter() local189 if ((soPathName.length() == 0) || (soPathName.length() > PATH_MAX)) { in GetCryptoAdapter()193 so_handle = dlopen(soPathName.c_str(), RTLD_NOW | RTLD_NODELETE); in GetCryptoAdapter()221 std::string soPathName = (iter->second).soName; in GetAuthAdapter() local[all …]
150 std::string soPathName = std::string(ALL_CONNECT_SO_PATH) + std::string(ALL_CONNECT_SO_NAME); in GetAllConnectSoLoad() local151 if (soPathName.empty() || (soPathName.length() > PATH_MAX) || in GetAllConnectSoLoad()152 (realpath(soPathName.c_str(), path) == nullptr)) { in GetAllConnectSoLoad()153 LOGE("all connect so load failed, soPath=%{public}s not exist.", soPathName.c_str()); in GetAllConnectSoLoad()
480 std::string soPathName = std::string(LIB_DP_ADAPTER_NAME); in UnloadDpSyncAdapter() local481 if ((soPathName.length() == 0) || (soPathName.length() > PATH_MAX)) { in UnloadDpSyncAdapter()482 HILOGE("File %{public}s canonicalization failed", soPathName.c_str()); in UnloadDpSyncAdapter()485 void *so_handle = dlopen(soPathName.c_str(), RTLD_NOW | RTLD_NOLOAD); in UnloadDpSyncAdapter()