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