Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_api.cpp89 android::base::unique_fd out_fd_; member in simpleperf::__anond4db42640111::CollectCommand
121 out_fd_.reset(static_cast<int>(value->uint_value)); in ParseOptions()
149 std::unique_ptr<FILE, decltype(&fclose)> fp(android::base::Fdopen(std::move(out_fd_), "w"), in CollectRecordingData()
Dcmd_stat.cpp452 android::base::unique_fd out_fd_; member in simpleperf::__anon32f9a1060211::StatCommand
546 } else if (out_fd_ != -1) { in Run()
547 fp_holder.reset(fdopen(out_fd_.release(), "we")); in Run()
674 out_fd_.reset(static_cast<int>(value->uint_value)); in ParseOptions()
Dcmd_record.cpp402 android::base::unique_fd out_fd_; member in simpleperf::__anonf6bdce290111::RecordCommand
742 if (out_fd_ != -1 && !WriteRecordDataToOutFd(record_filename_, std::move(out_fd_))) { in PostProcessRecording()
933 out_fd_.reset(static_cast<int>(value->uint_value)); in ParseOptions()