Searched refs:out_fd_ (Results 1 – 3 of 3) sorted by relevance
89 android::base::unique_fd out_fd_; member in simpleperf::__anond4db42640111::CollectCommand121 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()
452 android::base::unique_fd out_fd_; member in simpleperf::__anon32f9a1060211::StatCommand546 } 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()
402 android::base::unique_fd out_fd_; member in simpleperf::__anonf6bdce290111::RecordCommand742 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()