Searched refs:orig_pathname (Results 1 – 2 of 2) sorted by relevance
746 const auto orig_pathname = s.substr(0, orig_pathlen); in _M_append() local750 const auto basepos = orig_pathname.length() + sep.length(); in _M_append()807 ::new(output++) _Cmpt(orig_pathname, orig_type, 0); in _M_append()1106 const auto orig_pathname = s.substr(0, orig_pathlen); in _M_concat() local1148 else if (is_dir_sep(orig_pathname.back()) && _M_type() == _Type::_Multi in _M_concat()1198 p->_M_pathname.reserve(orig_pathname.length() + extra.length()); in _M_concat()1199 p->_M_pathname = orig_pathname; in _M_concat()
747 const auto orig_pathname = s.substr(0, orig_pathlen); in _M_append() local751 const auto basepos = orig_pathname.length() + sep.length(); in _M_append()808 ::new(output++) _Cmpt(orig_pathname, orig_type, 0); in _M_append()1107 const auto orig_pathname = s.substr(0, orig_pathlen); in _M_concat() local1149 else if (is_dir_sep(orig_pathname.back()) && _M_type() == _Type::_Multi in _M_concat()1199 p->_M_pathname.reserve(orig_pathname.length() + extra.length()); in _M_concat()1200 p->_M_pathname = orig_pathname; in _M_concat()