Home
last modified time | relevance | path

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

/bionic/tests/
Ddlext_test.cpp1747 void* handle_global = android_dlopen_ext((lib_public_path + "/" + g_public_lib).c_str(), in TEST() local
1751 ASSERT_TRUE(handle_global != nullptr) << dlerror(); in TEST()