Home
last modified time | relevance | path

Searched refs:BOOST_IOSTREAMS_FD_TRUNCATE (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/iostreams/detail/config/
Drtl.hpp57 # define BOOST_IOSTREAMS_FD_TRUNCATE ftruncate64 macro
64 # define BOOST_IOSTREAMS_FD_TRUNCATE ftruncate macro
/third_party/boost/libs/iostreams/src/
Dmapped_file.cpp147 if (BOOST_IOSTREAMS_FD_TRUNCATE(handle_, new_size) == -1) in resize()
274 if (BOOST_IOSTREAMS_FD_TRUNCATE(handle_, p.new_file_size) == -1) in open_file()
/third_party/boost/libs/iostreams/test/
Dlarge_file_test.cpp314 if (BOOST_IOSTREAMS_FD_TRUNCATE(fd, file_size)) { in create_large_file()