Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp220 realpath_ = realpath; in soinfo()
674 realpath_ = path; in set_realpath()
677 realpath_ = path; in set_realpath()
684 return realpath_.c_str(); in get_realpath()
689 return realpath_.c_str(); in get_realpath()
Dlinker_soinfo.h405 std::string realpath_; member
Dlinker.cpp3213 soname_ = basename(realpath_.c_str()); in prelink_image()