Lines Matching defs:out_path
36 const char* out_path;
187 string out_path =
188 string(abigail::tests::get_build_dir()) + "/tests/" + specs->out_path;
189 if (!abigail::tools_utils::ensure_parent_dir_created(out_path))
191 cerr << "Could not create parent director for " << out_path;
204 out_path =
205 string(abigail::tests::get_build_dir()) + "/tests/" + s->out_path;
207 if (!abigail::tools_utils::ensure_parent_dir_created(out_path))
209 cerr << "Could not create parent directory for " << out_path;
261 ofstream of(out_path.c_str(), std::ios_base::trunc);
264 cerr << "failed to read " << s->out_path << "\n";
275 string cmd = "diff -u " + ref_diff_path + " " + out_path;