Home
last modified time | relevance | path

Searched refs:stomp (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/EGLTest/
Degl_cache_test.cpp173 const char* stomp = "BADF00D"; in TEST_P() local
176 fs.write(stomp, strlen(stomp)); in TEST_P()
219 const char* stomp = "BADF00D"; in TEST_P() local
221 fs.seekp(-strlen(stomp), std::ios_base::end); in TEST_P()
222 fs.write(stomp, strlen(stomp)); in TEST_P()
/frameworks/native/opengl/libs/EGL/
DMultifileBlobCache_test.cpp409 const char* stomp = "BADF00D"; in TEST_F() local
412 fs.write(stomp, strlen(stomp)); in TEST_F()
441 const char* stomp = "BADF00D"; in TEST_F() local
443 fs.seekp(-strlen(stomp), std::ios_base::end); in TEST_F()
444 fs.write(stomp, strlen(stomp)); in TEST_F()