Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp853 char libc_realpath[PATH_MAX]; in TEST() local
854 ASSERT_TRUE(realpath(PATH_TO_LIBC, libc_realpath) == libc_realpath); in TEST()
856 ASSERT_STREQ(libc_realpath, info.dli_fname); in TEST()