| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | atf-run.cpp | 437 tools::fs::path resfile = resdir.get_path() / "tcr"; in run_test_program() 446 if (::chown(workdir.get_path().c_str(), user.first, in run_test_program() 449 workdir.get_path().str() + ")", "chown(2) failed", in run_test_program() 452 resfile = workdir.get_path() / "tcr"; in run_test_program() 458 resfile, workdir.get_path(), w); in run_test_program() 460 dump_stacktrace(tp, s.second, workdir.get_path(), w); in run_test_program() 464 config, resfile, workdir.get_path(), w); in run_test_program()
|
| H A D | fs.hpp | 335 const tools::fs::path& get_path(void) const;
|
| H A D | fs_test.cpp | 468 t1 = td1.get_path(); in ATF_TEST_CASE_BODY() 469 t2 = td2.get_path(); in ATF_TEST_CASE_BODY()
|
| H A D | fs.cpp | 602 impl::temp_dir::get_path(void) in get_path() function in impl::temp_dir
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-tempdir.h | 56 const char * get_path () const { return m_path_tempdir; } in get_path() function
|
| H A D | jit-playback.cc | 2482 char *tmp_o_path = ::concat (get_tempdir ()->get_path (), in postprocess() 2517 char *tmp_exe_path = ::concat (get_tempdir ()->get_path (), in postprocess()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-tempdir.h | 56 const char * get_path () const { return m_path_tempdir; } in get_path() function
|
| H A D | jit-playback.c | 2002 char *tmp_o_path = ::concat (get_tempdir ()->get_path (), in postprocess() 2037 char *tmp_exe_path = ::concat (get_tempdir ()->get_path (), in postprocess()
|
| /netbsd-src/external/bsd/atf/dist/atf-sh/ |
| H A D | atf-check.cpp | 142 get_path(void) const in get_path() function in __anon9a50e0e80111::temp_file 641 const bool equals = compare_files(path, temp.get_path()); in run_output_check() 645 print_diff(temp.get_path(), path); in run_output_check() 649 cat_file(temp.get_path()); in run_output_check()
|
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | .gitignore | 29 /get_path
|
| H A D | Makefile.tests | 4 get_path supernode_atdepth_offset parent_offset \
|
| H A D | run_tests.sh | 311 run_test get_path $TREE
|
| /netbsd-src/external/bsd/unbound/dist/ |
| H A D | acx_python.m4 | 84 print(sysconfig.get_path("include"));'` 120 print(sysconfig.get_path("platlib"));'`
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-threadedge.h | 37 void get_path (vec<basic_block> &);
|
| H A D | tree-ssa-threadedge.cc | 1271 get_path (path); in dump() 1287 jt_state::get_path (vec<basic_block> &path) in get_path() function in jt_state 1442 state->get_path (m_path); in compute_ranges_from_state()
|
| H A D | diagnostic-format-json.cc | 261 const diagnostic_path *path = richloc->get_path (); in json_end_diagnostic()
|
| H A D | diagnostic.cc | 815 const diagnostic_path *path = diagnostic->richloc->get_path (); in diagnostic_show_any_path()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | diagnostic-manager.cc | 270 const exploded_path &get_path () const { return m_epath; } in get_path() function in ana::dedupe_candidate 371 if (!dc->get_path ().feasible_p (logger, &p)) in add() 390 dedupe_key *key = new dedupe_key (*sd, dc->get_path ()); in add() 460 dc.get_path (), key->m_stmt, in emit_best()
|
| /netbsd-src/external/bsd/libfido2/dist/src/ |
| H A D | hid_osx.c | 170 get_path(IOHIDDeviceRef dev) in get_path() function 230 (di->path = get_path(dev)) == NULL) { in copy_info()
|
| H A D | hid_win.c | 207 get_path(HDEVINFO devinfo, SP_DEVICE_INTERFACE_DATA *ifdata) in get_path() function 307 if ((di->path = get_path(devinfo, ifdata)) == NULL) { in copy_info()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | diagnostic-format-json.cc | 236 const diagnostic_path *path = richloc->get_path (); in json_end_diagnostic()
|
| H A D | diagnostic.c | 686 const diagnostic_path *path = diagnostic->richloc->get_path (); in diagnostic_show_any_path()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
| H A D | line-map.h | 1728 const diagnostic_path *get_path () const { return m_path; } in get_path() function
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
| H A D | line-map.h | 1787 const diagnostic_path *get_path () const { return m_path; } in get_path() function
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | aclocal.m4 | 1072 sitedir = sysconfig.get_path('purelib', scheme, vars={'base':'$am_py_prefix'}) 1121 sitedir = sysconfig.get_path('platlib', scheme, vars={'platbase':'$am_py_exec_prefix'})
|