Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpsys/tests/
Ddumpsys_test.cpp544 const char* dumpContents = "dump1"; in TEST_F() local
545 ExpectDump(serviceName, dumpContents); in TEST_F()
555 AssertOutput(dumpContents); in TEST_F()
556 EXPECT_THAT(bytesWritten, Eq(strlen(dumpContents))); in TEST_F()