Home
last modified time | relevance | path

Searched defs:resize_file (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/filesystem/
Doperations.hpp471 void resize_file(const path& p, uintmax_t size) {detail::resize_file(p, size);} in resize_file() function
474 void resize_file(const path& p, uintmax_t size, system::error_code& ec) BOOST_NOEXCEPT in resize_file() function
/third_party/boost/libs/filesystem/src/
Doperations.cpp2131 void resize_file(const path& p, uintmax_t size, system::error_code* ec) in resize_file() function