Home
last modified time | relevance | path

Searched refs:min_free_space (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/log/src/
Dtext_file_backend.cpp658 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/
Dmin_free_space.hpp32 BOOST_PARAMETER_KEYWORD(tag, min_free_space)
/third_party/boost/boost/log/sinks/
Dtext_file_backend.hpp137 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/
Dmain.cpp60 …keywords::min_free_space = 100 * 1024 * 1024, // minimum free space on the drive, in byt… in main()
/third_party/boost/libs/log/example/doc/
Dsinks_xml_file.cpp36 … 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/
Dinit_from_settings.cpp543 keywords::min_free_space = space,
/third_party/boost/libs/log/doc/
Dsink_backends.qbk169 The `max_size`, `min_free_space` and `max_files` parameters are optional, the corresponding thresho…