Lines Matching refs:atf
36 atf::utils::cat_file(const std::string& path, const std::string& prefix) in cat_file()
42 atf::utils::copy_file(const std::string& source, const std::string& destination) in copy_file()
48 atf::utils::compare_file(const std::string& path, const std::string& contents) in compare_file()
54 atf::utils::create_file(const std::string& path, const std::string& contents) in create_file()
60 atf::utils::file_exists(const std::string& path) in file_exists()
66 atf::utils::fork(void) in fork()
74 atf::utils::reset_resultsfile(void) in reset_resultsfile()
81 atf::utils::grep_file(const std::string& regex, const std::string& path) in grep_file()
87 atf::utils::grep_string(const std::string& regex, const std::string& str) in grep_string()
93 atf::utils::redirect(const int fd, const std::string& path) in redirect()
103 atf::utils::wait(const pid_t pid, const int exitstatus, in wait()