Searched refs:binary_ (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/kyua/model/ |
H A D | test_program.cpp | 82 impl(const std::string& interface_name_, const fs::path& binary_, in impl() 86 binary(binary_), in impl() 130 const fs::path& binary_, in test_program() argument 135 _pimpl(new impl(interface_name_, binary_, root_, test_suite_name_, md_, in test_program() 360 const std::string& interface_name_, const fs::path& binary_, in test_program_builder() argument 362 _pimpl(new impl(model::test_program(interface_name_, binary_, root_, in test_program_builder()
|
H A D | test_program_test.cpp | 85 const utils::fs::path& binary_, in lazy_test_program() argument 90 test_program(interface_name_, binary_, root_, test_suite_name_, in lazy_test_program()
|
/freebsd/contrib/kyua/utils/ |
H A D | stacktrace_test.cpp | 88 explicit crash_me(const fs::path& binary_, in crash_me() argument 90 _binary(binary_), in crash_me() 91 _copy_name(copy_name_.empty() ? binary_.leaf_name() : copy_name_) in crash_me()
|
/freebsd/contrib/kyua/engine/ |
H A D | scanner_test.cpp | 65 mock_test_program(const fs::path& binary_) : in mock_test_program() argument 66 test_program("unused-interface", binary_, fs::path("unused-root"), in mock_test_program()
|
H A D | scheduler.cpp | 651 const fs::path& binary_, in lazy_test_program() argument 657 test_program(interface_name_, binary_, root_, test_suite_name_, md_, in lazy_test_program()
|