/third_party/libabigail/tests/ |
D | test-core-diff.cc | 30 const char* out_path; member 137 string in_path, out_path; in main() local 145 string output_suffix(s->out_path); in main() 146 out_path = in main() 149 if (!abigail::tools_utils::ensure_parent_dir_created(out_path)) in main() 151 cerr << "Could not create parent director for " << out_path; in main() 156 ofstream of(out_path.c_str(), std::ios_base::trunc); in main() 159 cerr << "failed to read " << out_path << "\n"; in main() 172 string cmd = "diff -u " + in_path + " " + out_path; in main()
|
D | test-abidiff.cc | 36 const char* out_path; member 187 string out_path = in main() local 188 string(abigail::tests::get_build_dir()) + "/tests/" + specs->out_path; in main() 189 if (!abigail::tools_utils::ensure_parent_dir_created(out_path)) in main() 191 cerr << "Could not create parent director for " << out_path; in main() 204 out_path = in main() 205 string(abigail::tests::get_build_dir()) + "/tests/" + s->out_path; in main() 207 if (!abigail::tools_utils::ensure_parent_dir_created(out_path)) in main() 209 cerr << "Could not create parent directory for " << out_path; in main() 261 ofstream of(out_path.c_str(), std::ios_base::trunc); in main() [all …]
|
D | test-read-write.cc | 52 const char* out_path; member 254 string in_path, out_path, in_suppr_spec_path, ref_out_path; member 314 string output_suffix(spec.out_path); in perform() 315 out_path = in perform() 317 if (!abigail::tools_utils::ensure_parent_dir_created(out_path)) in perform() 320 "Could not create parent director for " + out_path; in perform() 328 string cmd = abilint + " " + in_path + " > " + out_path; in perform() 333 "ABI XML file doesn't pass abilint: " + out_path + "\n"; in perform() 337 cmd = "diff -u " + ref_out_path + " " + out_path; in perform() 364 string in_path, out_path, in_suppr_spec_path, ref_out_path; in main() local
|
/third_party/rust/crates/bindgen/bindgen-integration/ |
D | build.rs | 161 let out_path = PathBuf::from(env::var("OUT_DIR").unwrap()); in setup_macro_test() localVariable 162 let out_rust_file = out_path.join("test.rs"); in setup_macro_test() 166 let out_dep_file = out_path.join("test.d"); in setup_macro_test() 211 let out_path = PathBuf::from(env::var("OUT_DIR").unwrap()); in setup_wrap_static_fns_test() localVariable 212 let out_rust_file = out_path.join("extern.rs"); in setup_wrap_static_fns_test() 228 out_path.join("wrap_static_fns").display().to_string(), in setup_wrap_static_fns_test() 236 let obj_path = out_path.join("wrap_static_fns.o"); in setup_wrap_static_fns_test() 237 let lib_path = out_path.join("libwrap_static_fns.a"); in setup_wrap_static_fns_test() 244 .arg(out_path.join("wrap_static_fns.c")) in setup_wrap_static_fns_test()
|
/third_party/cef/tools/ |
D | gclient_hook.py | 136 out_path = os.path.join(src_dir, 'out', dir) variable 137 make_dir(out_path, False) 138 args_gn_path = os.path.join(out_path, 'args.gn') 148 issue_1999.apply(out_path)
|
/third_party/flutter/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 23 static void convert(double dpi, string path, string out_path) { in convert() argument 60 string filename = string.Format("{0}_{1}.png", out_path, index); in convert() 72 static void try_convert(double dpi, string path, string out_path) { in try_convert() argument 74 convert(dpi, path, out_path); in try_convert()
|
/third_party/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 23 static void convert(double dpi, string path, string out_path) { in convert() argument 60 string filename = string.Format("{0}_{1}.png", out_path, index); in convert() 72 static void try_convert(double dpi, string path, string out_path) { in try_convert() argument 74 convert(dpi, path, out_path); in try_convert()
|
/third_party/rust/crates/clap/clap_complete/src/ |
D | dynamic.rs | 74 if let Some(out_path) = args.register.as_deref() { in try_complete() 79 if out_path == std::path::Path::new("-") { in try_complete() 81 } else if out_path.is_dir() { in try_complete() 82 let out_path = out_path.join(file_name(name)); in try_complete() localVariable 83 std::fs::write(out_path, buf)?; in try_complete() 85 std::fs::write(out_path, buf)?; in try_complete()
|
/third_party/selinux/checkpolicy/ |
D | checkmodule.c | 291 char *out_path = strdup(outfile); in main() local 292 if (out_path == NULL) { in main() 296 out_name = basename(out_path); in main() 305 free(out_path); in main()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | BUILD.gn | 123 out_path = rebase_path( 125 args = [ "$out_path" ] 133 out_path = rebase_path( 135 args = [ "$out_path" ] 143 out_path = rebase_path( 145 args = [ "$out_path" ]
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/ |
D | build.rs | 58 let out_path = Path::new(&env::var_os("OUT_DIR").unwrap()) in main() localVariable 60 let mut test_file = fs::File::create(out_path).unwrap(); in main()
|
/third_party/vulkan-loader/tests/framework/ |
D | test_util.cpp | 459 path out_path = folder / name; in write_manifest() local 466 … auto file = std::ofstream(native_path(out_path.str()), std::ios_base::trunc | std::ios_base::out); in write_manifest() 468 std::cerr << "Failed to create manifest " << name << " at " << out_path.str() << "\n"; in write_manifest() 469 return out_path; in write_manifest() 472 return out_path; in write_manifest() 476 path out_path = folder / name; in remove() local 479 int rc = std::remove(out_path.c_str()); in remove() 481 std::cerr << "Failed to remove file " << name << " at " << out_path.str() << "\n"; in remove() 487 std::cout << "Couldn't remove file " << name << " at " << out_path.str() << ".\n"; in remove()
|
/third_party/rust/crates/bindgen/book/src/ |
D | tutorial-3.md | 45 let out_path = PathBuf::from(env::var("OUT_DIR").unwrap()); 47 .write_to_file(out_path.join("bindings.rs"))
|
D | non-system-libraries.md | 100 let out_path = PathBuf::from(env::var("OUT_DIR").unwrap()).join("bindings.rs"); 102 .write_to_file(out_path)
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | common.py | 466 def CopyTool(flavor, out_path, generator_flags={}): argument 491 tool_path = os.path.join(out_path, "gyp-%s-tool" % prefix)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | common.py | 453 def CopyTool(flavor, out_path): argument 474 tool_path = os.path.join(out_path, 'gyp-%s-tool' % prefix)
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
D | retrace_restricted_traces.py | 155 trace_path = os.path.abspath(os.path.join(args.out_path, trace))
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_goto_ifs.c | 66 struct path out_path; member 772 level->out_path = routing->regular; in organize_levels() 837 routing->regular = level->out_path; in plant_levels()
|
/third_party/icu/tools/unicode/py/ |
D | preparseucd.py | 2063 def WritePNamesDataHeader(out_path): argument 2064 with open(out_path, "w") as out_file: 2217 out_path = os.path.join(genprops_path, "pnames_data.h") 2218 WritePNamesDataHeader(out_path)
|
/third_party/gn/build/ |
D | gen.py | 205 out_dir = options.out_path or os.path.join(REPO_ROOT, 'out')
|