Searched refs:m_prog (Results 1 – 3 of 3) sorted by relevance
593 const atf_fs_path_t *m_prog; member607 const int ret = const_execvp(atf_fs_path_cstring(ea->m_prog), ea->m_argv); in do_exec()611 atf_fs_path_cstring(ea->m_prog), strerror(errnocopy)); in do_exec()
117 const int ret = const_execvp(ea->m_prog.c_str(), ea->m_argv.exec_argv()); in do_exec()120 std::cerr << "exec(" << ea->m_prog.str() << ") failed: " in do_exec()
255 const tools::fs::path m_prog; member