Lines Matching defs:path
114 << " [options] [application-path] [lib-v1-path] [lib-v2-path]"
123 << " --app-debug-info-dir|--appd <path-to-app-debug-info> set the path "
125 << " --lib-debug-info-dir1|--libd1 <path-to-lib-debug-info1> set the path "
127 << " --lib-debug-info-dir2|--libd2 <path-to-lib-debug-info2> set the path "
129 << " --suppressions|--suppr <path> specify a suppression file\n"
180 // elfutils wants the root path to the debug info to be
192 // elfutils wants the root path to the debug info to be
204 // elfutils wants the root path to the debug info to be
654 /// @param path the path to the ABI corpus to read from.
660 const string &path)
664 abigail::tools_utils::guess_file_type(path);
671 << "Unknown content type for file " << path << "\n";
678 rdr = ctf::create_reader(path, env);
685 retval = dwarf::read_corpus_from_elf(path, di_roots, env,
692 rdr = abixml::create_reader(path, env);