Searched defs:resize_file (Results 1 – 4 of 4) sorted by relevance
| /external/cronet/third_party/libc++/src/include/__filesystem/ |
| D | operations.h | 181 inline _LIBCPP_HIDE_FROM_ABI void resize_file(const path& __p, uintmax_t __ns) { return __resize_fi… in resize_file() function 182 inline _LIBCPP_HIDE_FROM_ABI void resize_file(const path& __p, uintmax_t __ns, error_code& __ec) no… in resize_file() function
|
| /external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/ |
| D | operations.hpp | 479 void resize_file(const path& p, uintmax_t size) {detail::resize_file(p, size);} in resize_file() function 482 void resize_file(const path& p, uintmax_t size, system::error_code& ec) BOOST_NOEXCEPT in resize_file() function
|
| /external/sdv/vsomeip/third_party/boost/filesystem/src/ |
| D | operations.cpp | 2485 void resize_file(const path& p, uintmax_t size, system::error_code* ec) in resize_file() function
|
| /external/armnn/third-party/ghc/ |
| D | filesystem.hpp | 4214 GHC_INLINE void resize_file(const path& p, uintmax_t size) in resize_file() function 4223 GHC_INLINE void resize_file(const path& p, uintmax_t size, std::error_code& ec) noexcept in resize_file() function
|