Home | History | Annotate | Download | only in oatdump

Lines Matching full:input_filename

3557   static std::vector<std::string> ReadCommentedInputFromFile(const std::string& input_filename) {
3558 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in));
3560 LOG(ERROR) << "Failed to open input file " << input_filename;