Searched refs:dll_loader_ (Results 1 – 2 of 2) sorted by relevance
206 if (!dll_loader_.Load(driver_lib_path.c_str())) { in LoadDriver()213 dll_loader_.GetLoaderFunction(function_name_prefix.c_str()); in LoadDriver()231 if (!dll_loader_.Load(driver_lib_path.c_str())) { in LoadDriverWithInterfacePointer()239 dll_loader_.GetLoaderFunctionWithArg(function_name_prefix.c_str()); in LoadDriverWithInterfacePointer()
105 DllLoader dll_loader_; variable