Searched refs:m_srcdir (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dtests.cpp400 atf::fs::path m_srcdir; member in class:tp
440 m_srcdir("."),
526 m_srcdir = atf::fs::path(m_argv0).branch_path();
527 if (m_srcdir.leaf_name() == ".libs")
528 m_srcdir = m_srcdir.branch_path();
530 m_srcdir = atf::fs::path(m_srcdir_arg);
532 if (!atf::fs::exists(m_srcdir / m_prog_name))
534 "source directory `" + m_srcdir.str() + "'");
536 if (!m_srcdir
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dtp_main.c136 atf_fs_path_t m_srcdir; member in struct:params
171 err = argv0_to_dir(argv0, &p->m_srcdir);
177 atf_fs_path_fini(&p->m_srcdir);
184 atf_fs_path_fini(&p->m_srcdir);
197 atf_fs_path_fini(&p->m_srcdir);
343 err = replace_path_param(&p->m_srcdir, optarg);
419 err = atf_fs_path_copy(&srcdir, &p->m_srcdir);

Completed in 225 milliseconds