Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_inject_test.cpp143 TemporaryFile tmpfile2; in TEST() local
144 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()
H A Dcmd_report_sample_test.cpp49 TemporaryFile tmpfile2; local
55 ReportSampleCmd()->Run({"--dump-protobuf-report", tmpfile.path, "-o", tmpfile2.path}));
56 ASSERT_TRUE(android::base::ReadFileToString(tmpfile2.path, protobuf_report));