OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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