Searched refs:dlMode (Results 1 – 1 of 1) sorted by relevance
392 constexpr int dlMode = RTLD_LAZY; in openLibs() local408 handle = dlopen(nullptr, dlMode); in openLibs()425 handle = dlopen(fullPath.c_str(), dlMode); in openLibs()428 handle = android_load_sphal_library(fullPath.c_str(), dlMode); in openLibs()