HomeSort by: relevance | last modified time | path
    Searched defs:orig_pathname (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_path.cc 761 const auto orig_pathname = s.substr(0, orig_pathlen); local
765 const auto basepos = orig_pathname.length() + sep.length();
822 ::new(output++) _Cmpt(orig_pathname, orig_type, 0);
1121 const auto orig_pathname = s.substr(0, orig_pathlen); local
1163 else if (is_dir_sep(orig_pathname.back()) && _M_type() == _Type::_Multi
1213 p->_M_pathname.reserve(orig_pathname.length() + extra.length());
1214 p->_M_pathname = orig_pathname;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_path.cc 747 const auto orig_pathname = s.substr(0, orig_pathlen); local
751 const auto basepos = orig_pathname.length() + sep.length();
808 ::new(output++) _Cmpt(orig_pathname, orig_type, 0);
1107 const auto orig_pathname = s.substr(0, orig_pathlen); local
1149 else if (is_dir_sep(orig_pathname.back()) && _M_type() == _Type::_Multi
1199 p->_M_pathname.reserve(orig_pathname.length() + extra.length());
1200 p->_M_pathname = orig_pathname;

Completed in 41 milliseconds