| 578 | path initial_path(system::error_code& ec) {return detail::initial_path(&ec);} |
| 579 | |
| 580 | inline |
| 581 | std::time_t last_write_time(const path& p) {return detail::last_write_time(p);} |
| 582 | |
| 583 | inline |
| 584 | std::time_t last_write_time(const path& p, system::error_code& ec) |
nothing calls this directly
no outgoing calls
no test coverage detected