Lines Matching +defs:buffer +defs:from
1574 GHC_INLINE const char* strerror_adapter(int posix, char* buffer) in strerror_adapter()
3176 GHC_INLINE void copy(const path& from, const path& to) in copy()
3181 GHC_INLINE void copy(const path& from, const path& to, std::error_code& ec) noexcept in copy()
3186 GHC_INLINE void copy(const path& from, const path& to, copy_options options) in copy()
3195 GHC_INLINE void copy(const path& from, const path& to, copy_options options, std::error_code& ec) n… in copy()
3271 GHC_INLINE bool copy_file(const path& from, const path& to) in copy_file()
3276 GHC_INLINE bool copy_file(const path& from, const path& to, std::error_code& ec) noexcept in copy_file()
3281 GHC_INLINE bool copy_file(const path& from, const path& to, copy_options option) in copy_file()
3291 GHC_INLINE bool copy_file(const path& from, const path& to, copy_options options, std::error_code& … in copy_file()
3331 std::vector<char> buffer(16384, '\0'); in copy_file() local
3560 std::unique_ptr<wchar_t[]> buffer(new wchar_t[size_t(pathlen) + 1]); in current_path() local
3568 std::unique_ptr<char[]> buffer(new char[pathlen + 1]); in current_path() local
4187 GHC_INLINE void rename(const path& from, const path& to) in rename()
4196 GHC_INLINE void rename(const path& from, const path& to, std::error_code& ec) noexcept in rename()
4336 wchar_t buffer[512]; in temp_directory_path() local