Lines Matching refs:find
339 ATF_REQUIRE(out1.find("check.XXXXXX") == std::string::npos);
340 ATF_REQUIRE(out2.find("check.XXXXXX") == std::string::npos);
341 ATF_REQUIRE(err1.find("check.XXXXXX") == std::string::npos);
342 ATF_REQUIRE(err2.find("check.XXXXXX") == std::string::npos);
344 ATF_REQUIRE(out1.find("/check") != std::string::npos);
345 ATF_REQUIRE(out2.find("/check") != std::string::npos);
346 ATF_REQUIRE(err1.find("/check") != std::string::npos);
347 ATF_REQUIRE(err2.find("/check") != std::string::npos);
349 ATF_REQUIRE(out1.find("/stdout") != std::string::npos);
350 ATF_REQUIRE(out2.find("/stdout") != std::string::npos);
351 ATF_REQUIRE(err1.find("/stderr") != std::string::npos);
352 ATF_REQUIRE(err2.find("/stderr") != std::string::npos);