Home
last modified time | relevance | path

Searched refs:LoadLibraryFromPath (Results 1 – 1 of 1) sorted by relevance

/third_party/opencl-headers/src/
Dopencl_wrapper.cpp87 static bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) in LoadLibraryFromPath() function
181 … [&](const std::string &lib_path) { return OHOS::LoadLibraryFromPath(lib_path, handle_ptr); }); in LoadOpenCLLibrary()