Home
last modified time | relevance | path

Searched refs:realpath_ (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker.h388 std::string realpath_; member
Dlinker.cpp640 realpath_ = realpath; in soinfo()
2373 return realpath_.c_str(); in get_realpath()
2378 return realpath_.c_str(); in get_realpath()
2908 soname_ = basename(realpath_.c_str()); in prelink_image()