Searched defs:fullPath (Results 1 - 1 of 1) sorted by relevance

/system/libhidl/transport/
H A DServiceManagement.cpp298 const std::string fullPath = path + lib; local
301 handle = android_load_sphal_library(fullPath.c_str(), dlMode);
303 handle = dlopen(fullPath.c_str(), dlMode);

Completed in 309 milliseconds