Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp217 realpath_ = realpath; in soinfo()
666 realpath_ = path; in set_realpath()
669 realpath_ = path; in set_realpath()
676 return realpath_.c_str(); in get_realpath()
681 return realpath_.c_str(); in get_realpath()
Dlinker_soinfo.h421 std::string realpath_; member
Dlinker.cpp3313 soname_ = basename(realpath_.c_str()); in prelink_image()