Searched refs:PATH_TO_BOOTSTRAP_LIBC (Results 1 – 1 of 1) sorted by relevance
993 #define PATH_TO_BOOTSTRAP_LIBC PATH_TO_SYSTEM_LIB "bootstrap/libc.so" macro1013 } else if (strncmp(PATH_TO_BOOTSTRAP_LIBC, info.dli_fname, in TEST()1014 sizeof(PATH_TO_BOOTSTRAP_LIBC) - 1) == 0) { in TEST()1015 ASSERT_TRUE(realpath(PATH_TO_BOOTSTRAP_LIBC, libc_realpath) == libc_realpath); in TEST()