Searched refs:input_fd (Results 1 – 1 of 1) sorted by relevance
2803 int input_fd, std::function<std::string(const char*)>* process, T* output) { in ReadCommentedInputFromFd() argument2804 auto input_file = std::unique_ptr<FILE, decltype(&fclose)>{fdopen(input_fd, "r"), fclose}; in ReadCommentedInputFromFd()2806 LOG(ERROR) << "Failed to re-open input fd from /prof/self/fd/" << input_fd; in ReadCommentedInputFromFd()2827 int input_fd, std::function<std::string(const char*)>* process) { in ReadCommentedInputFromFd() argument2829 ReadCommentedInputFromFd(input_fd, process, output.get()); in ReadCommentedInputFromFd()