Lines Matching defs:in_path
49 const char* in_path;
254 string in_path, out_path, in_suppr_spec_path, ref_out_path;
270 string input_suffix(spec.in_path);
271 in_path =
274 if (!check_file(in_path, cerr))
306 file_type t = guess_file_type(in_path);
309 cerr << in_path << "is an unknown file type\n";
328 string cmd = abilint + " " + in_path + " > " + out_path;
364 string in_path, out_path, in_suppr_spec_path, ref_out_path;
365 for (InOutSpec* s = in_out_specs; s->in_path; ++s)