Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_soinfo.cpp55 realpath_ = realpath; in soinfo()
554 return realpath_.c_str(); in get_realpath()
559 return realpath_.c_str(); in get_realpath()
Dlinker_soinfo.h357 std::string realpath_; member
Dlinker.cpp3861 soname_ = basename(realpath_.c_str()); in prelink_image()