Searched refs:LoadLibraryFromPath (Results 1 – 2 of 2) sorted by relevance
76 bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) { in LoadLibraryFromPath() function172 …[&](const std::string &lib_path) { return lite::opencl::LoadLibraryFromPath(lib_path, handle_ptr);… in LoadOpenCLLibrary()
64 bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) { in LoadLibraryFromPath() function155 … [&](const std::string &lib_path) { return OHOS::LoadLibraryFromPath(lib_path, handle_ptr); }); in LoadOpenCLLibrary()