Lines Matching defs:out_path
52 const char* out_path;
254 string in_path, out_path, in_suppr_spec_path, ref_out_path;
314 string output_suffix(spec.out_path);
315 out_path =
317 if (!abigail::tools_utils::ensure_parent_dir_created(out_path))
320 "Could not create parent director for " + out_path;
328 string cmd = abilint + " " + in_path + " > " + out_path;
333 "ABI XML file doesn't pass abilint: " + out_path + "\n";
337 cmd = "diff -u " + ref_out_path + " " + out_path;
364 string in_path, out_path, in_suppr_spec_path, ref_out_path;