Searched defs:workdir (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/bin/check/ |
H A D | named-checkzone.c | 103 const char *workdir = NULL; local 358 workdir = isc_commandline_argument; 433 if (workdir != NULL) { 434 result = isc_dir_chdir(workdir); 437 workdir, isc_result_totext(result));
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | atf-run.cpp | 126 const tools::fs::path& workdir, 133 const tools::fs::path corename = workdir / 141 const tools::fs::path gdbout = workdir / "gdb.out"; 431 tools::fs::temp_dir workdir(tools::fs::path(tools::config::get( 434 if (::chown(workdir.get_path().c_str(), user.first, 437 workdir.get_path().str() + ")", "chown(2) failed", 440 resfile = workdir.get_path() / "tcr"; 446 resfile, workdir.get_path(), w); 448 dump_stacktrace(tp, s.second, workdir.get_path(), w); 452 config, resfile, workdir 125 dump_stacktrace(const tools::fs::path& tp, const tools::process::status& s, const tools::fs::path& workdir, tools::test_program::atf_tps_writer& w) argument [all...] |
H A D | test-program.cpp | 153 const tools::fs::path& workdir; member in struct:__anon341::test_case_params 168 workdir(p_workdir) 256 prepare_child(const tools::fs::path& workdir) argument 266 tools::env::set("HOME", workdir.str()); 279 tools::fs::change_directory(workdir); 325 prepare_child(params->workdir); 734 const tools::fs::path& workdir, 741 metadata, config, resfile, workdir); 728 run_test_case(const tools::fs::path& executable, const std::string& test_case_name, const std::string& test_case_part, const vars_map& metadata, const vars_map& config, const tools::fs::path& resfile, const tools::fs::path& workdir, atf_tps_writer& writer) argument
|
Completed in 23 milliseconds