Home
last modified time | relevance | path

Searched refs:resize_file (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/filesystem/
Doperations.hpp157 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/
DFileOutputBuffer.cpp141 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/
DFileSystem.h386 std::error_code resize_file(int FD, uint64_t Size);
/third_party/boost/libs/filesystem/test/
Doperations_test.cpp1234 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/
DFileSystem.h432 std::error_code resize_file(int FD, uint64_t Size);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc341 std::error_code resize_file(int FD, uint64_t Size) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc329 std::error_code resize_file(int FD, uint64_t Size) {
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc543 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/
DPath.inc563 std::error_code resize_file(int FD, uint64_t Size) {