Lines Matching refs:grep_file
307 ATF_REQUIRE(!atf::utils::grep_file("Mock debug message", "test.log")); in ATF_TEST_CASE_BODY()
308 ATF_REQUIRE(atf::utils::grep_file("Mock error message", "test.log")); in ATF_TEST_CASE_BODY()
309 ATF_REQUIRE(atf::utils::grep_file("Mock info message", "test.log")); in ATF_TEST_CASE_BODY()
310 ATF_REQUIRE(atf::utils::grep_file("Mock warning message", "test.log")); in ATF_TEST_CASE_BODY()
331 ATF_REQUIRE(atf::utils::grep_file("Mock debug message", "test.log")); in ATF_TEST_CASE_BODY()
332 ATF_REQUIRE(atf::utils::grep_file("Mock error message", "test.log")); in ATF_TEST_CASE_BODY()
333 ATF_REQUIRE(atf::utils::grep_file("Mock info message", "test.log")); in ATF_TEST_CASE_BODY()
334 ATF_REQUIRE(atf::utils::grep_file("Mock warning message", "test.log")); in ATF_TEST_CASE_BODY()
355 ATF_REQUIRE(!atf::utils::grep_file("Mock debug message", "test.log")); in ATF_TEST_CASE_BODY()
356 ATF_REQUIRE(atf::utils::grep_file("Mock error message", "test.log")); in ATF_TEST_CASE_BODY()
357 ATF_REQUIRE(!atf::utils::grep_file("Mock info message", "test.log")); in ATF_TEST_CASE_BODY()
358 ATF_REQUIRE(atf::utils::grep_file("Mock warning message", "test.log")); in ATF_TEST_CASE_BODY()
478 ATF_REQUIRE(atf::utils::grep_file("Fatal signal", "stderr.txt")); in ATF_TEST_CASE_BODY()