Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp1009 char libc_realpath[PATH_MAX]; in TEST() local
1010 ASSERT_TRUE(realpath(expected_path, libc_realpath) != nullptr) << strerror(errno); in TEST()
1012 ASSERT_STREQ(libc_realpath, info.dli_fname); in TEST()