Searched refs:BOOST_IOSTREAMS_FD_TRUNCATE (Results 1 – 3 of 3) sorted by relevance
57 # define BOOST_IOSTREAMS_FD_TRUNCATE ftruncate64 macro64 # define BOOST_IOSTREAMS_FD_TRUNCATE ftruncate macro
147 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()
314 if (BOOST_IOSTREAMS_FD_TRUNCATE(fd, file_size)) { in create_large_file()