Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2803 int input_fd, std::function<std::string(const char*)>* process, T* output) { in ReadCommentedInputFromFd() argument
2804 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() argument
2829 ReadCommentedInputFromFd(input_fd, process, output.get()); in ReadCommentedInputFromFd()