Searched refs:_Path (Results 1 – 1 of 1) sorted by relevance
44 typedef filesystem::path _Path; typedef52 _LIBCPP_HIDE_FROM_ABI explicit directory_entry(_Path const& __p) : __p_(__p) { in directory_entry()57 …_LIBCPP_HIDE_FROM_ABI directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) { __refresh(… in directory_entry()64 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p) { in assign()70 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p, error_code& __ec) { in assign()75 _LIBCPP_HIDE_FROM_ABI void replace_filename(_Path const& __p) { in replace_filename()81 _LIBCPP_HIDE_FROM_ABI void replace_filename(_Path const& __p, error_code& __ec) { in replace_filename()90 _LIBCPP_HIDE_FROM_ABI _Path const& path() const noexcept { return __p_; } in path()92 _LIBCPP_HIDE_FROM_ABI operator const _Path&() const noexcept { return __p_; }244 _LIBCPP_HIDE_FROM_ABI void __assign_iter_entry(_Path&& __p, __cached_data __dt) { in __assign_iter_entry()[all …]