Searched refs:dli_realpath (Results 1 – 1 of 1) sorted by relevance
796 char dli_realpath[PATH_MAX]; in TEST() local797 ASSERT_TRUE(realpath(info.dli_fname, dli_realpath) != nullptr); in TEST()798 ASSERT_STREQ(executable_path.c_str(), dli_realpath); in TEST()