| 645 | path system_complete(const path& p, system::error_code& ec) |
| 646 | {return detail::system_complete(p, &ec);} |
| 647 | inline |
| 648 | path temp_directory_path() {return detail::temp_directory_path();} |
| 649 | |
| 650 | inline |
| 651 | path temp_directory_path(system::error_code& ec) |
nothing calls this directly
no outgoing calls
no test coverage detected