Searched refs:_stderr_path (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dcmd_report.hpp72 static const utils::fs::path _stderr_path; member in class:cli::file_writer
H A Dcmd_report.cpp258 const fs::path cli::file_writer::_stderr_path("/dev/stderr");
268 if (path_ != _stdout_path && path_ != _stderr_path) {
290 else if (_output_path == _stderr_path)

Completed in 78 milliseconds