Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2528 ReadCommentedInputFromFd<std::vector<std::string>>(dirty_image_objects_fd_, nullptr); in PrepareDirtyObjects()
2551 if (!ReadCommentedInputFromFd(fd, nullptr, &compiler_options_->preloaded_classes_)) { in PreparePreloadedClasses()
2802 static bool ReadCommentedInputFromFd( in ReadCommentedInputFromFd() function in art::Dex2Oat
2826 static std::unique_ptr<T> ReadCommentedInputFromFd( in ReadCommentedInputFromFd() function in art::Dex2Oat
2829 ReadCommentedInputFromFd(input_fd, process, output.get()); in ReadCommentedInputFromFd()