Searched refs:min_free_space (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/log/src/ |
D | text_file_backend.cpp | 658 uintmax_t min_free_space, 672 void update(uintmax_t max_size, uintmax_t min_free_space, uintmax_t max_files); 725 …filesystem::path const& target_dir, uintmax_t max_size, uintmax_t min_free_space, uintmax_t max_fi… 743 uintmax_t min_free_space, 748 m_MinFreeSpace(min_free_space), 973 void file_collector::update(uintmax_t max_size, uintmax_t min_free_space, uintmax_t max_files) 978 m_MinFreeSpace = (std::max)(m_MinFreeSpace, min_free_space); 985 …filesystem::path const& target_dir, uintmax_t max_size, uintmax_t min_free_space, uintmax_t max_fi… 996 p->update(max_size, min_free_space, max_files); 1005 file_collector_repository::get(), target_dir, max_size, min_free_space, max_files); [all …]
|
/third_party/boost/boost/log/keywords/ |
D | min_free_space.hpp | 32 BOOST_PARAMETER_KEYWORD(tag, min_free_space)
|
/third_party/boost/boost/log/sinks/ |
D | text_file_backend.hpp | 137 uintmax_t min_free_space, 146 args[keywords::min_free_space | static_cast< uintmax_t >(0)], in make_collector()
|
/third_party/boost/libs/log/example/rotating_file/ |
D | main.cpp | 60 …keywords::min_free_space = 100 * 1024 * 1024, // minimum free space on the drive, in byt… in main()
|
/third_party/boost/libs/log/example/doc/ |
D | sinks_xml_file.cpp | 36 … keywords::min_free_space = 100 * 1024 * 1024, /*< minimum free space on the drive, in bytes >*/ in init_file_collecting()
|
/third_party/boost/libs/log/src/setup/ |
D | init_from_settings.cpp | 543 keywords::min_free_space = space,
|
/third_party/boost/libs/log/doc/ |
D | sink_backends.qbk | 169 The `max_size`, `min_free_space` and `max_files` parameters are optional, the corresponding thresho…
|