HomeSort by: relevance | last modified time | path
    Searched defs:m_srcdir (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/detail/
tp_main.c 145 atf_fs_path_t m_srcdir; member in struct:params
180 err = argv0_to_dir(argv0, &p->m_srcdir);
186 atf_fs_path_fini(&p->m_srcdir);
193 atf_fs_path_fini(&p->m_srcdir);
206 atf_fs_path_fini(&p->m_srcdir);
354 err = replace_path_param(&p->m_srcdir, optarg);
431 err = atf_fs_path_copy(&srcdir, &p->m_srcdir);
tp_main.c 145 atf_fs_path_t m_srcdir; member in struct:params
180 err = argv0_to_dir(argv0, &p->m_srcdir);
186 atf_fs_path_fini(&p->m_srcdir);
193 atf_fs_path_fini(&p->m_srcdir);
206 atf_fs_path_fini(&p->m_srcdir);
354 err = replace_path_param(&p->m_srcdir, optarg);
431 err = atf_fs_path_copy(&srcdir, &p->m_srcdir);
  /src/external/bsd/atf/dist/atf-c++/
tests.cpp 400 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.is_absolute()
    [all...]
tests.cpp 400 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.is_absolute()
    [all...]

Completed in 50 milliseconds