Searched defs:tmpfile (Results 1 - 7 of 7) sorted by relevance

/system/extras/simpleperf/
H A Dcmd_report_sample_test.cpp35 TemporaryFile tmpfile; local
37 {"-i", GetTestData(PERF_DATA_WITH_SYMBOLS), "-o", tmpfile.path}));
41 TemporaryFile tmpfile; local
43 "-o", tmpfile.path, "--show-callchain"}));
47 TemporaryFile tmpfile; local
50 "-o", tmpfile.path, "--protobuf"}));
52 {"--dump-protobuf-report", tmpfile.path, "-o", tmpfile2.path}));
59 TemporaryFile tmpfile; local
62 "-o", tmpfile.path, "--protobuf"}));
63 ASSERT_TRUE(ReportSampleCmd()->Run({"--dump-protobuf-report", tmpfile
72 TemporaryFile tmpfile; local
84 TemporaryFile tmpfile; local
96 TemporaryFile tmpfile; local
108 TemporaryFile tmpfile; local
[all...]
H A Dcmd_kmem_test.cpp76 std::unique_ptr<TemporaryFile> tmpfile; local
81 tmpfile.reset(new TemporaryFile);
82 out_file = tmpfile->path;
H A Dcmd_report_test.cpp524 TemporaryFile tmpfile; local
526 "--duration", "2", "-o", tmpfile.path, "-g"}));
527 ReportRaw(tmpfile.path, {"-g"});
H A DCallChainJoiner.cpp262 std::unique_ptr<TemporaryFile> tmpfile = ScopedTempFiles::CreateTempFile(); local
263 FILE* fp = fdopen(tmpfile->release(), "web+");
H A Dcmd_record_test.cpp48 std::unique_ptr<TemporaryFile> tmpfile; local
53 tmpfile.reset(new TemporaryFile);
54 out_file = tmpfile->path;
89 TemporaryFile tmpfile; local
90 ASSERT_TRUE(RunRecordCmd({"-c", "100000"}, tmpfile.path));
91 CheckEventType(tmpfile.path, "cpu-cycles", 100000u, 0);
99 TemporaryFile tmpfile; local
100 ASSERT_TRUE(RunRecordCmd({"-f", "99"}, tmpfile.path));
101 CheckEventType(tmpfile.path, "cpu-cycles", 0, 99u);
102 ASSERT_TRUE(RunRecordCmd({"-e", "cpu-clock", "-f", "99"}, tmpfile
108 TemporaryFile tmpfile; local
116 TemporaryFile tmpfile; local
121 TemporaryFile tmpfile; local
144 TemporaryFile tmpfile; local
305 TemporaryFile tmpfile; local
356 TemporaryFile tmpfile; local
382 TemporaryFile tmpfile; local
412 TemporaryFile tmpfile; local
429 TemporaryFile tmpfile; local
439 TemporaryFile tmpfile; local
455 TemporaryFile tmpfile; local
480 TemporaryFile tmpfile; local
499 TemporaryFile tmpfile; local
517 TemporaryFile tmpfile; local
535 TemporaryFile tmpfile; local
548 TemporaryFile tmpfile; local
569 TemporaryFile tmpfile; local
[all...]
H A Denvironment.cpp490 std::unique_ptr<TemporaryFile> tmpfile = ScopedTempFiles::CreateTempFile(); local
491 if (!android::base::WriteStringToFd(s, tmpfile->release())) {
494 Dso::SetVdsoFile(tmpfile->path, sizeof(size_t) == sizeof(uint64_t));
/system/core/fastboot/
H A Dfastboot.cpp522 // Windows' tmpfile(3) requires administrator rights because
539 #define tmpfile win32_tmpfile macro
547 return fileno(tmpfile());

Completed in 623 milliseconds