Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DPropertyNodeTest.cc73 TemporaryFile dumptf; in TEST() local
74 t.DumpToFd(dumptf.fd); in TEST()
75 fsync(dumptf.fd); in TEST()
79 EXPECT_TRUE(android::base::ReadFileToString(dumptf.path, &s)) in TEST()
DFileNodeTest.cc67 TemporaryFile dumptf; in TEST() local
68 t.DumpToFd(dumptf.fd); in TEST()
69 fsync(dumptf.fd); in TEST()
72 _VerifyPathValue(dumptf.path, buf); in TEST()
DHintManagerTest.cc256 TemporaryFile dumptf; in TEST_F() local
257 hm->DumpToFd(dumptf.fd); in TEST_F()
258 fsync(dumptf.fd); in TEST_F()
267 _VerifyPathValue(dumptf.path, dump_buf.str()); in TEST_F()