Searched refs:stomp (Results 1 – 2 of 2) sorted by relevance
173 const char* stomp = "BADF00D"; in TEST_P() local176 fs.write(stomp, strlen(stomp)); in TEST_P()219 const char* stomp = "BADF00D"; in TEST_P() local221 fs.seekp(-strlen(stomp), std::ios_base::end); in TEST_P()222 fs.write(stomp, strlen(stomp)); in TEST_P()
409 const char* stomp = "BADF00D"; in TEST_F() local412 fs.write(stomp, strlen(stomp)); in TEST_F()441 const char* stomp = "BADF00D"; in TEST_F() local443 fs.seekp(-strlen(stomp), std::ios_base::end); in TEST_F()444 fs.write(stomp, strlen(stomp)); in TEST_F()