Home
last modified time | relevance | path

Searched refs:get_path (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsyscall.c102 get_path (host_callback *cb, CB_SYSCALL *sc, TADDR addr, char **bufp) in get_path() function
289 errcode = get_path (cb, sc, sc->arg1, &path); in cb_syscall()
414 errcode = get_path (cb, sc, sc->arg1, &path); in cb_syscall()
432 errcode = get_path (cb, sc, sc->arg1, &path); in cb_syscall()
461 errcode = get_path (cb, sc, sc->arg1, &path1); in cb_syscall()
468 errcode = get_path (cb, sc, sc->arg2, &path2); in cb_syscall()
491 errcode = get_path (cb, sc, sc->arg1, &path); in cb_syscall()
562 errcode = get_path (cb, sc, sc->arg1, &path); in cb_syscall()
DChangeLog-20212106 (get_path): Likewise.
2264 (get_path): Rename get_string call to cb_get_string.
3095 (get_path): Prepend simulator_sysroot to absolute file path.
5939 (cb_syscall, cases open,unlink): Use get_path instead of get_string.
5943 (get_path): New function.
/netbsd/src/external/bsd/atf/dist/tools/
Datf-run.cpp437 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()
Dfs.hpp335 const tools::fs::path& get_path(void) const;
Dfs_test.cpp468 t1 = td1.get_path(); in ATF_TEST_CASE_BODY()
469 t2 = td2.get_path(); in ATF_TEST_CASE_BODY()
Dfs.cpp602 impl::temp_dir::get_path(void) in get_path() function in impl::temp_dir
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpython-config.py59 "-I" + sysconfig.get_path("include"),
60 "-I" + sysconfig.get_path("platinclude"),
/netbsd/src/external/bsd/atf/dist/atf-sh/
Datf-check.cpp142 get_path(void) const in get_path() function in __anon70e8776d0111::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/gpl3/gcc/dist/gcc/
Dtree-ssa-threadedge.h37 void get_path (vec<basic_block> &);
Dtree-ssa-threadedge.cc1271 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()
Ddiagnostic-format-json.cc261 const diagnostic_path *path = richloc->get_path (); in json_end_diagnostic()
Ddiagnostic.cc815 const diagnostic_path *path = diagnostic->richloc->get_path (); in diagnostic_show_any_path()
DChangeLog-202111422 (jt_state::get_path): New.
/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dline-map.h1787 const diagnostic_path *get_path () const { return m_path; } in get_path() function
/netbsd/src/crypto/external/bsd/heimdal/dist/
Daclocal.m41118 sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'})
1160 sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_exec_prefix'})
/netbsd/src/external/gpl3/gcc/dist/libcpp/
DChangeLog1193 (rich_location::get_path): New accessor.