Lines Matching refs:std
40 atf::utils::cat_file(const std::string& path, const std::string& prefix)
46 atf::utils::copy_file(const std::string& source, const std::string& destination)
52 atf::utils::compare_file(const std::string& path, const std::string& contents)
58 atf::utils::create_file(const std::string& path, const std::string& contents)
64 atf::utils::file_exists(const std::string& path)
72 std::cout.flush();
73 std::cerr.flush();
78 atf::utils::grep_file(const std::string& regex, const std::string& path)
84 atf::utils::grep_string(const std::string& regex, const std::string& str)
90 atf::utils::redirect(const int fd, const std::string& path)
93 std::cout.flush();
95 std::cerr.flush();
101 const std::string& expout, const std::string& experr)