HomeSort by relevance Sort by last modified time
    Searched full:lib_realpath_buf (Results 1 - 1 of 1) sorted by null

  /bionic/tests/
dlext_test.cpp 155 char lib_realpath_buf[PATH_MAX]; local
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);
    [all...]

Completed in 64 milliseconds