Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp833 #define BIONIC_PATH_TO_LIBC "/system/lib64/libc.so" macro
835 #define BIONIC_PATH_TO_LIBC "/system/lib/libc.so" macro
846 ASSERT_TRUE(realpath(BIONIC_PATH_TO_LIBC, libc_realpath) == libc_realpath); in TEST()