Home
last modified time | relevance | path

Searched refs:_output_path (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report.cpp266 _ui(ui_), _output_path(path_) in file_writer()
288 if (_output_path == _stdout_path) in operator ()()
290 else if (_output_path == _stderr_path) in operator ()()
H A Dcmd_report.hpp63 const utils::fs::path _output_path; member in cli::file_writer