Searched refs:_Path (Results 1 – 1 of 1) sorted by relevance
46 typedef filesystem::path _Path; typedef54 _LIBCPP_HIDE_FROM_ABI explicit directory_entry(_Path const& __p) : __p_(__p) { in directory_entry()59 …_LIBCPP_HIDE_FROM_ABI directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) { __refresh(… in directory_entry()66 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p) { in assign()72 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p, error_code& __ec) { in assign()77 _LIBCPP_HIDE_FROM_ABI void replace_filename(_Path const& __p) { in replace_filename()83 _LIBCPP_HIDE_FROM_ABI void replace_filename(_Path const& __p, error_code& __ec) { in replace_filename()92 _LIBCPP_HIDE_FROM_ABI _Path const& path() const noexcept { return __p_; } in path()94 _LIBCPP_HIDE_FROM_ABI operator const _Path&() const noexcept { return __p_; }271 _LIBCPP_HIDE_FROM_ABI void __assign_iter_entry(_Path&& __p, __cached_data __dt) { in __assign_iter_entry()[all …]