Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Doperations.h37 _LIBCPP_FUNC_VIS path __absolute(const path&, error_code* __ec = nullptr);
65 inline _LIBCPP_HIDE_FROM_ABI path absolute(const path& __p) { return __absolute(__p); } in absolute()
66 inline _LIBCPP_HIDE_FROM_ABI path absolute(const path& __p, error_code& __ec) { return __absolute(_… in absolute()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp701 path __absolute(const path& p, error_code* ec) { in __absolute() function