Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h43 typedef filesystem::path _Path; typedef
51 _LIBCPP_HIDE_FROM_ABI explicit directory_entry(_Path const& __p) : __p_(__p) { in directory_entry()
56 …_LIBCPP_HIDE_FROM_ABI directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) { __refresh(… in directory_entry()
63 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p) { in assign()
69 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p, error_code& __ec) { in assign()
74 _LIBCPP_HIDE_FROM_ABI void replace_filename(_Path const& __p) { in replace_filename()
80 _LIBCPP_HIDE_FROM_ABI void replace_filename(_Path const& __p, error_code& __ec) { in replace_filename()
89 _LIBCPP_HIDE_FROM_ABI _Path const& path() const noexcept { return __p_; } in path()
91 _LIBCPP_HIDE_FROM_ABI operator const _Path&() const noexcept { return __p_; }
243 _LIBCPP_HIDE_FROM_ABI void __assign_iter_entry(_Path&& __p, __cached_data __dt) { in __assign_iter_entry()
[all …]