Lines Matching defs:p
734 proxy p{**this}; in operator ++() local
959 basic_filebuf<charT, traits>* open(const path& p, std::ios_base::openmode mode) in open()
975 explicit basic_ifstream(const path& p, std::ios_base::openmode mode = std::ios_base::in) in basic_ifstream()
979 …void open(const path& p, std::ios_base::openmode mode = std::ios_base::in) { std::basic_ifstream<c… in open()
981 explicit basic_ifstream(const path& p, std::ios_base::openmode mode = std::ios_base::in) in basic_ifstream()
985 …void open(const path& p, std::ios_base::openmode mode = std::ios_base::in) { std::basic_ifstream<c… in open()
998 explicit basic_ofstream(const path& p, std::ios_base::openmode mode = std::ios_base::out) in basic_ofstream()
1002 …void open(const path& p, std::ios_base::openmode mode = std::ios_base::out) { std::basic_ofstream<… in open()
1004 explicit basic_ofstream(const path& p, std::ios_base::openmode mode = std::ios_base::out) in basic_ofstream()
1008 …void open(const path& p, std::ios_base::openmode mode = std::ios_base::out) { std::basic_ofstream<… in open()
1021 …explicit basic_fstream(const path& p, std::ios_base::openmode mode = std::ios_base::in | std::ios_… in basic_fstream()
1025 …void open(const path& p, std::ios_base::openmode mode = std::ios_base::in | std::ios_base::out) { … in open()
1027 …explicit basic_fstream(const path& p, std::ios_base::openmode mode = std::ios_base::in | std::ios_… in basic_fstream()
1031 …void open(const path& p, std::ios_base::openmode mode = std::ios_base::in | std::ios_base::out) { … in open()
1448 GHC_INLINE void path::postprocess_path_with_format(path::impl_string_type& p, path::format fmt) in postprocess_path_with_format()
1711 GHC_INLINE path resolveSymlink(const path& p, std::error_code& ec) in resolveSymlink()
1825 GHC_INLINE file_status status_from_INFO(const path& p, const INFO* info, std::error_code&, uintmax_… in status_from_INFO()
1867 GHC_INLINE file_status symlink_status_ex(const path& p, std::error_code& ec, uintmax_t* sz = nullpt… in symlink_status_ex()
1908 GHC_INLINE file_status status_ex(const path& p, std::error_code& ec, file_status* sls = nullptr, ui… in status_ex()
1988 LPWSTR* p; in u8arguments() local
2016 GHC_INLINE path::path(const path& p) in path()
2021 GHC_INLINE path::path(path&& p) noexcept in path() function in ghc::filesystem::path
2065 GHC_INLINE path& path::operator=(const path& p) in operator =()
2071 GHC_INLINE path& path::operator=(path&& p) noexcept in operator =()
2129 GHC_INLINE path& path::operator/=(const path& p) in operator /=()
2191 inline path& path::append<path>(const path& p) in append()
2266 path p(x); in concat() local
2891 GHC_INLINE size_t hash_value(const path& p) noexcept in hash_value()
2938 …std::basic_ostream<charT, traits>& operator<<(std::basic_ostream<charT, traits>& os, const path& p) in operator <<()
2953 inline std::basic_istream<charT, traits>& operator>>(std::basic_istream<charT, traits>& is, path& p) in operator >>()
3044 GHC_INLINE path absolute(const path& p) in absolute()
3054 GHC_INLINE path absolute(const path& p, std::error_code& ec) in absolute()
3103 GHC_INLINE path canonical(const path& p) in canonical()
3113 GHC_INLINE path canonical(const path& p, std::error_code& ec) in canonical()
3388 GHC_INLINE bool create_directories(const path& p) in create_directories()
3398 GHC_INLINE bool create_directories(const path& p, std::error_code& ec) noexcept in create_directories()
3435 GHC_INLINE bool create_directory(const path& p) in create_directory()
3445 GHC_INLINE bool create_directory(const path& p, std::error_code& ec) noexcept in create_directory()
3450 GHC_INLINE bool create_directory(const path& p, const path& attributes) in create_directory()
3460 GHC_INLINE bool create_directory(const path& p, const path& attributes, std::error_code& ec) noexce… in create_directory()
3577 GHC_INLINE void current_path(const path& p) in current_path()
3586 GHC_INLINE void current_path(const path& p, std::error_code& ec) noexcept in current_path()
3605 GHC_INLINE bool exists(const path& p) in exists()
3610 GHC_INLINE bool exists(const path& p, std::error_code& ec) noexcept in exists()
3676 GHC_INLINE uintmax_t file_size(const path& p) in file_size()
3686 GHC_INLINE uintmax_t file_size(const path& p, std::error_code& ec) noexcept in file_size()
3706 GHC_INLINE uintmax_t hard_link_count(const path& p) in hard_link_count()
3716 GHC_INLINE uintmax_t hard_link_count(const path& p, std::error_code& ec) noexcept in hard_link_count()
3750 GHC_INLINE bool is_block_file(const path& p) in is_block_file()
3755 GHC_INLINE bool is_block_file(const path& p, std::error_code& ec) noexcept in is_block_file()
3765 GHC_INLINE bool is_character_file(const path& p) in is_character_file()
3770 GHC_INLINE bool is_character_file(const path& p, std::error_code& ec) noexcept in is_character_file()
3780 GHC_INLINE bool is_directory(const path& p) in is_directory()
3785 GHC_INLINE bool is_directory(const path& p, std::error_code& ec) noexcept in is_directory()
3790 GHC_INLINE bool is_empty(const path& p) in is_empty()
3800 GHC_INLINE bool is_empty(const path& p, std::error_code& ec) noexcept in is_empty()
3827 GHC_INLINE bool is_fifo(const path& p) in is_fifo()
3832 GHC_INLINE bool is_fifo(const path& p, std::error_code& ec) noexcept in is_fifo()
3842 GHC_INLINE bool is_other(const path& p) in is_other()
3847 GHC_INLINE bool is_other(const path& p, std::error_code& ec) noexcept in is_other()
3857 GHC_INLINE bool is_regular_file(const path& p) in is_regular_file()
3862 GHC_INLINE bool is_regular_file(const path& p, std::error_code& ec) noexcept in is_regular_file()
3872 GHC_INLINE bool is_socket(const path& p) in is_socket()
3877 GHC_INLINE bool is_socket(const path& p, std::error_code& ec) noexcept in is_socket()
3887 GHC_INLINE bool is_symlink(const path& p) in is_symlink()
3892 GHC_INLINE bool is_symlink(const path& p, std::error_code& ec) noexcept in is_symlink()
3897 GHC_INLINE file_time_type last_write_time(const path& p) in last_write_time()
3907 GHC_INLINE file_time_type last_write_time(const path& p, std::error_code& ec) noexcept in last_write_time()
3915 GHC_INLINE void last_write_time(const path& p, file_time_type new_time) in last_write_time()
3924 GHC_INLINE void last_write_time(const path& p, file_time_type new_time, std::error_code& ec) noexce… in last_write_time()
3978 GHC_INLINE void permissions(const path& p, perms prms, perm_options opts) in permissions()
3987 GHC_INLINE void permissions(const path& p, perms prms, std::error_code& ec) noexcept in permissions()
3992 GHC_INLINE void permissions(const path& p, perms prms, perm_options opts, std::error_code& ec) in permissions()
4038 GHC_INLINE path proximate(const path& p, std::error_code& ec) in proximate()
4043 GHC_INLINE path proximate(const path& p, const path& base) in proximate()
4048 GHC_INLINE path proximate(const path& p, const path& base, std::error_code& ec) in proximate()
4053 GHC_INLINE path read_symlink(const path& p) in read_symlink()
4063 GHC_INLINE path read_symlink(const path& p, std::error_code& ec) in read_symlink()
4074 GHC_INLINE path relative(const path& p, std::error_code& ec) in relative()
4079 GHC_INLINE path relative(const path& p, const path& base) in relative()
4084 GHC_INLINE path relative(const path& p, const path& base, std::error_code& ec) in relative()
4089 GHC_INLINE bool remove(const path& p) in remove()
4099 GHC_INLINE bool remove(const path& p, std::error_code& ec) noexcept in remove()
4136 GHC_INLINE uintmax_t remove_all(const path& p) in remove_all()
4146 GHC_INLINE uintmax_t remove_all(const path& p, std::error_code& ec) noexcept in remove_all()
4214 GHC_INLINE void resize_file(const path& p, uintmax_t size) in resize_file()
4223 GHC_INLINE void resize_file(const path& p, uintmax_t size, std::error_code& ec) noexcept in resize_file()
4251 GHC_INLINE space_info space(const path& p) in space()
4261 GHC_INLINE space_info space(const path& p, std::error_code& ec) noexcept in space()
4287 GHC_INLINE file_status status(const path& p) in status()
4297 GHC_INLINE file_status status(const path& p, std::error_code& ec) noexcept in status()
4307 GHC_INLINE file_status symlink_status(const path& p) in symlink_status()
4317 GHC_INLINE file_status symlink_status(const path& p, std::error_code& ec) noexcept in symlink_status()
4356 GHC_INLINE path weakly_canonical(const path& p) in weakly_canonical()
4366 GHC_INLINE path weakly_canonical(const path& p, std::error_code& ec) noexcept in weakly_canonical()
4476 GHC_INLINE directory_entry::directory_entry(const filesystem::path& p) in directory_entry()
4487 GHC_INLINE directory_entry::directory_entry(const filesystem::path& p, std::error_code& ec) in directory_entry()
4505 GHC_INLINE void directory_entry::assign(const filesystem::path& p) in assign()
4511 GHC_INLINE void directory_entry::assign(const filesystem::path& p, std::error_code& ec) in assign()
4517 GHC_INLINE void directory_entry::replace_filename(const filesystem::path& p) in replace_filename()
4523 GHC_INLINE void directory_entry::replace_filename(const filesystem::path& p, std::error_code& ec) in replace_filename()
4773 impl(const path& p, directory_options options) in impl()
4938 GHC_INLINE directory_iterator::directory_iterator(const path& p) in directory_iterator()
4947 GHC_INLINE directory_iterator::directory_iterator(const path& p, directory_options options) in directory_iterator()
4955 GHC_INLINE directory_iterator::directory_iterator(const path& p, std::error_code& ec) noexcept in directory_iterator()
4963 GHC_INLINE directory_iterator::directory_iterator(const path& p, directory_options options, std::er… in directory_iterator()
5052 GHC_INLINE recursive_directory_iterator::recursive_directory_iterator(const path& p) in recursive_directory_iterator()
5058 GHC_INLINE recursive_directory_iterator::recursive_directory_iterator(const path& p, directory_opti… in recursive_directory_iterator()
5064 GHC_INLINE recursive_directory_iterator::recursive_directory_iterator(const path& p, directory_opti… in recursive_directory_iterator()
5070 GHC_INLINE recursive_directory_iterator::recursive_directory_iterator(const path& p, std::error_cod… in recursive_directory_iterator()