Lines Matching refs:atf
50 const atf::fs::path filepath(filename); in fix_plain_name()
61 const std::string libexecdir = atf::env::get( in construct_script()
63 const std::string pkgdatadir = atf::env::get( in construct_script()
65 const std::string shell = atf::env::get("ATF_SHELL", ATF_SHELL); in construct_script()
108 class atf_sh : public atf::application::app {
111 atf::fs::path m_shell;
128 m_shell(atf::fs::path(atf::env::get("ATF_SHELL", ATF_SHELL))) in atf_sh()
136 using atf::application::option; in specific_options()
139 INV(m_shell == atf::fs::path(atf::env::get("ATF_SHELL", ATF_SHELL))); in specific_options()
151 m_shell = atf::fs::path(arg); in process_option()
163 throw atf::application::usage_error("No test program provided"); in main()
165 const atf::fs::path script(m_argv[0]); in main()
166 if (!atf::fs::exists(script)) in main()