Searched refs:resize_file (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/filesystem/ |
D | operations.hpp | 157 void resize_file(const path& p, uintmax_t size, system::error_code* ec=0); 471 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 475 {detail::resize_file(p, size, &ec);} in resize_file()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 141 if (auto EC = fs::resize_file(File.FD, Size)) { in createOnDiskBuffer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 386 std::error_code resize_file(int FD, uint64_t Size);
|
/third_party/boost/libs/filesystem/test/ |
D | operations_test.cpp | 1234 fs::resize_file(p, 5); in resize_file_tests() 1237 fs::resize_file(p, 15); in resize_file_tests() 1242 fs::resize_file("no such file", 15, ec); in resize_file_tests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 432 std::error_code resize_file(int FD, uint64_t Size);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 341 std::error_code resize_file(int FD, uint64_t Size) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 329 std::error_code resize_file(int FD, uint64_t Size) {
|
/third_party/boost/libs/filesystem/src/ |
D | operations.cpp | 2131 void resize_file(const path& p, uintmax_t size, system::error_code* ec) in resize_file() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 543 std::error_code resize_file(int FD, uint64_t Size) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 563 std::error_code resize_file(int FD, uint64_t Size) {
|