Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/detail/config/
Drtl.hpp59 # define BOOST_IOSTREAMS_FD_STAT stat64 macro
66 # define BOOST_IOSTREAMS_FD_STAT stat macro
/third_party/boost/libs/iostreams/test/
Dlarge_file_test.cpp139 struct BOOST_IOSTREAMS_FD_STAT info; in large_file_exists()
140 if (BOOST_IOSTREAMS_FD_STAT(BOOST_FILE_NAME, &info)) in large_file_exists()
/third_party/boost/libs/iostreams/src/
Dmapped_file.cpp283 struct BOOST_IOSTREAMS_FD_STAT info; in open_file()