Lines Matching defs:file_path
78 string file_path;
520 if (opts.file_path.empty())
521 opts.file_path = argv[i];
605 && opts.file_path.empty())
610 if (opts.file_path.empty()
615 if (opts.read_from_stdin && !opts.file_path.empty())
619 << opts.file_path << " will be ignored automatically\n";
747 else if (!opts.file_path.empty())
749 if (!check_file(opts.file_path, cerr, argv[0]))
756 file_type type = guess_file_type(opts.file_path);
762 << "Unknown file type given in input: " << opts.file_path
768 abigail::abixml::create_reader(opts.file_path,
783 abigail::ctf::create_reader(opts.file_path,
788 abigail::dwarf::create_reader(opts.file_path,
798 abigail::abixml::create_reader(opts.file_path, env);
807 abigail::abixml::create_reader(opts.file_path, env);
828 << "failed to read " << opts.file_path << "\n";
848 << opts.file_path
898 << opts.file_path << " back\n";
907 string cmd = "diff -u " + opts.file_path + " " + tmp_file->get_path();