Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc746 const auto orig_pathname = s.substr(0, orig_pathlen); in _M_append() local
750 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() local
1148 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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc747 const auto orig_pathname = s.substr(0, orig_pathlen); in _M_append() local
751 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() local
1149 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()