Lines Matching refs:std
36 atf::utils::cat_file(const std::string& path, const std::string& prefix)
42 atf::utils::copy_file(const std::string& source, const std::string& destination)
48 atf::utils::compare_file(const std::string& path, const std::string& contents)
54 atf::utils::create_file(const std::string& path, const std::string& contents)
60 atf::utils::file_exists(const std::string& path)
68 std::cout.flush();
69 std::cerr.flush();
74 atf::utils::grep_file(const std::string& regex, const std::string& path)
80 atf::utils::grep_string(const std::string& regex, const std::string& str)
86 atf::utils::redirect(const int fd, const std::string& path)
89 std::cout.flush();
91 std::cerr.flush();
97 const std::string& expout, const std::string& experr)