Lines Matching refs:current_path
122 path current_path();
123 path current_path(error_code& ec);
124 void current_path(const path& p);
125 void current_path(const path& p, error_code& ec) noexcept;
188 path proximate(const path& p, const path& base = current_path());
195 path relative(const path& p, const path& base=current_path());
1825 inline _LIBCPP_INLINE_VISIBILITY path current_path() {
1829 inline _LIBCPP_INLINE_VISIBILITY path current_path(error_code& __ec) {
1833 inline _LIBCPP_INLINE_VISIBILITY void current_path(const path& __p) {
1837 inline _LIBCPP_INLINE_VISIBILITY void current_path(const path& __p,
2189 return proximate(__p, current_path(), __ec);
2193 proximate(const path& __p, const path& __base = current_path()) {
2221 return relative(__p, current_path(), __ec);
2225 relative(const path& __p, const path& __base = current_path()) {