Searched refs:utils (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/
H A Datf-c++.hpp34 #include <atf-c++/utils.hpp>
H A Datf-c.h35 #include <atf-c/utils.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dutils_test.cpp45 #include "utils.hpp"
74 atf::utils::create_file("file.txt", "");
75 atf::utils::redirect(STDOUT_FILENO, "captured.txt");
76 atf::utils::cat_file("file.txt", "PREFIX");
86 atf::utils::create_file("file.txt", "This is a single line\n");
87 atf::utils::redirect(STDOUT_FILENO, "captured.txt");
88 atf::utils::cat_file("file.txt", "PREFIX");
98 atf::utils::create_file("file.txt", "First\nSecond line\nAnd third\n");
99 atf::utils::redirect(STDOUT_FILENO, "captured.txt");
100 atf::utils
[all...]
H A Dutils.cpp31 #include "atf-c/utils.h"
37 #include "utils.hpp"
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)
70 atf::utils::fork(void)
78 atf::utils::grep_file(const std::string& regex, const std::string& path)
84 atf::utils
[all...]
H A Dcheck_test.cpp48 #include "utils.hpp"
196 ATF_REQUIRE(atf::utils::grep_file("-o test.o", "stdout"));
197 ATF_REQUIRE(atf::utils::grep_file("-c test.c", "stdout"));
201 ATF_REQUIRE(atf::utils::grep_file("-o test.o", "stdout"));
202 ATF_REQUIRE(atf::utils::grep_file("-c test.c", "stdout"));
203 ATF_REQUIRE(atf::utils::grep_file("test.c", "stderr"));
204 ATF_REQUIRE(atf::utils::grep_file("UNDEFINED_SYMBOL", "stderr"));
216 ATF_REQUIRE(atf::utils::grep_file("-o.*test.p", "stdout"));
217 ATF_REQUIRE(atf::utils::grep_file("test.c", "stdout"));
218 ATF_REQUIRE(atf::utils
[all...]
H A DMakefile.am.inc44 atf-c++/utils.cpp \
45 atf-c++/utils.hpp
55 atf-c++/utils.hpp
H A Dmacros_test.cpp41 #include "utils.hpp"
295 ATF_REQUIRE(atf::utils::grep_file("^passed", "result"));
309 ATF_REQUIRE(atf::utils::grep_file("^failed: Failed on purpose", "result"));
323 ATF_REQUIRE(atf::utils::grep_file("^skipped: Skipped on purpose",
359 ATF_REQUIRE(atf::utils::grep_file("^passed", "result"));
362 ATF_REQUIRE(atf::utils::grep_file(
409 ATF_REQUIRE(atf::utils::grep_file("^passed", "result"));
412 ATF_REQUIRE(atf::utils::grep_file("^failed: .*v1 != v2", "result"));
454 ATF_REQUIRE(atf::utils::grep_file("^passed", "result"));
457 ATF_REQUIRE(atf::utils
[all...]
H A Dutils.hpp40 namespace utils { namespace in namespace:atf
65 } // namespace utils
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A DMakefile.am.inc45 atf-c/utils.c \
46 atf-c/utils.h
83 atf-c/utils.h
H A Dmacros.h39 #include <atf-c/utils.h>

Completed in 15 milliseconds