Searched refs:sharedObjectPath (Results 1 – 3 of 3) sorted by relevance
16 void* DynamicBackendUtils::OpenHandle(const std::string& sharedObjectPath) in OpenHandle() argument19 if (sharedObjectPath.empty()) in OpenHandle()24 void* sharedObjectHandle = dlopen(sharedObjectPath.c_str(), RTLD_LAZY); in OpenHandle()
31 static void* OpenHandle(const std::string& sharedObjectPath);
149 path sharedObjectPath = programLocation.append(basePath); in GetBasePath() local150 … BOOST_REQUIRE_MESSAGE(exists(sharedObjectPath), "Base path for shared objects does not exist: " + in GetBasePath()151 … sharedObjectPath.string() + "\nTo specify the root of this base path on the " + in GetBasePath()153 return sharedObjectPath.string(); in GetBasePath()