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()32 armnn::IgnoreUnused(sharedObjectPath); in OpenHandle()
31 static void* OpenHandle(const std::string& sharedObjectPath);
147 path sharedObjectPath = programLocation.append(basePath); in GetBasePath() local148 REQUIRE_MESSAGE(exists(sharedObjectPath), in GetBasePath()149 ("Base path for shared objects does not exist: " + sharedObjectPath.string())); in GetBasePath()150 return sharedObjectPath.string(); in GetBasePath()