Home
last modified time | relevance | path

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

/system/libhidl/transport/
DServiceManagement.cpp393 const std::string fullPath = path + lib; in openLibs() local
396 handle = dlopen(fullPath.c_str(), dlMode); in openLibs()
399 handle = android_load_sphal_library(fullPath.c_str(), dlMode); in openLibs()