Searched refs:dll_file_name (Results 1 – 4 of 4) sorted by relevance
/test/vts/drivers/hal/common/component_loader/ |
D | HalDriverLoader.cpp | 106 bool with_interface_pointer, const string& dll_file_name) { in GetDriver() argument 112 driver = GetLibDriver(driver_lib_path, spec_msg, dll_file_name); in GetDriver() 122 const string& dll_file_name) { in GetLibDriver() argument 128 if (!driver->LoadTargetComponent(dll_file_name.c_str())) { in GetLibDriver() 129 LOG(ERROR) << "Couldn't load target component file, " << dll_file_name; in GetLibDriver() 138 const char* dll_file_name, const char* hw_service_name) { in GetFuzzerBaseAndAddAllFunctionsToQueue() argument 140 hw_service_name, 0, false, dll_file_name); in GetFuzzerBaseAndAddAllFunctionsToQueue() 247 bool HalDriverLoader::Process(const char* dll_file_name, in Process() argument 266 spec_lib_file_path, interface_specification_message, dll_file_name, in Process()
|
/test/vts/drivers/hal/common/include/component_loader/ |
D | HalDriverLoader.h | 58 const string& dll_file_name); 66 const char* dll_file_name, const char* hw_service_name); 76 bool Process(const char* dll_file_name, const char* spec_lib_file_path, 85 const string& dll_file_name);
|
/test/vts/drivers/hal/common/driver_manager/ |
D | VtsHalDriverManager.cpp | 46 const string& dll_file_name, const string& spec_lib_file_path, in LoadTargetComponent() argument 51 LOG(DEBUG) << "dll_file_name = " << dll_file_name; in LoadTargetComponent() 82 false, dll_file_name)); in LoadTargetComponent()
|
/test/vts/drivers/hal/common/include/driver_manager/ |
D | VtsHalDriverManager.h | 50 DriverId LoadTargetComponent(const string& dll_file_name,
|