| 622 | void rename(const path& old_p, const path& new_p, system::error_code& ec) |
| 623 | {detail::rename(old_p, new_p, &ec);} |
| 624 | inline // name suggested by Scott McMurray |
| 625 | void resize_file(const path& p, uintmax_t size) {detail::resize_file(p, size);} |
| 626 | |
| 627 | inline |
| 628 | void resize_file(const path& p, uintmax_t size, system::error_code& ec) |
nothing calls this directly
no outgoing calls
no test coverage detected