Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h36 _LIBCPP_EXPORTED_FROM_ABI path __absolute(const path&, error_code* __ec = nullptr);
70 inline _LIBCPP_HIDE_FROM_ABI path absolute(const path& __p) { return __absolute(__p); } in absolute()
71 inline _LIBCPP_HIDE_FROM_ABI path absolute(const path& __p, error_code& __ec) { return __absolute(_… in absolute()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp76 path __absolute(const path& p, error_code* ec) { in __absolute() function