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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp401 atf::fs::path m_srcdir; member in class:tp
441 m_srcdir("."),
527 m_srcdir = atf::fs::path(m_argv0).branch_path();
528 if (m_srcdir.leaf_name() == ".libs")
529 m_srcdir = m_srcdir.branch_path();
531 m_srcdir = atf::fs::path(m_srcdir_arg);
533 if (!atf::fs::exists(m_srcdir / m_prog_name))
535 "source directory `" + m_srcdir.str() + "'");
537 if (!m_srcdir
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtp_main.c144 atf_fs_path_t m_srcdir; member in struct:params
179 err = argv0_to_dir(argv0, &p->m_srcdir);
185 atf_fs_path_fini(&p->m_srcdir);
192 atf_fs_path_fini(&p->m_srcdir);
205 atf_fs_path_fini(&p->m_srcdir);
353 err = replace_path_param(&p->m_srcdir, optarg);
430 err = atf_fs_path_copy(&srcdir, &p->m_srcdir);

Completed in 32 milliseconds