Searched refs:tmpfile2 (Results 1 – 2 of 2) sorted by relevance
143 TemporaryFile tmpfile2; in TEST() local144 close(tmpfile2.release()); in TEST()146 ASSERT_TRUE(RunInjectCmd({"-i", tmpfile.path, "-o", tmpfile2.path})); in TEST()148 ASSERT_TRUE(android::base::ReadFileToString(tmpfile2.path, &output)); in TEST()
49 TemporaryFile tmpfile2; local55 ReportSampleCmd()->Run({"--dump-protobuf-report", tmpfile.path, "-o", tmpfile2.path}));56 ASSERT_TRUE(android::base::ReadFileToString(tmpfile2.path, protobuf_report));