Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp224 fn_ptr foo_ptr = reinterpret_cast<fn_ptr>(dlsym(handle, "foo")); in TEST() local
226 ASSERT_TRUE(foo_ptr != NULL); in TEST()
228 ASSERT_EQ(strncmp("set", foo_ptr(), 3), 0); in TEST()
236 foo_ptr = reinterpret_cast<fn_ptr>(dlsym(handle, "foo")); in TEST()
238 ASSERT_TRUE(foo_ptr != NULL); in TEST()
240 ASSERT_EQ(strncmp("unset", foo_ptr(), 5), 0); in TEST()