Home | History | Annotate | Download | only in tests

Lines Matching full:lib_realpath_buf

155   char lib_realpath_buf[PATH_MAX];
156 ASSERT_TRUE(realpath(lib_path.c_str(), lib_realpath_buf) == lib_realpath_buf);
157 const std::string lib_realpath = std::string(lib_realpath_buf);