HomeSort by: relevance | last modified time | path
    Searched refs:atf_fs_path_copy (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/detail/
fs.h 58 atf_error_t atf_fs_path_copy(atf_fs_path_t *, const atf_fs_path_t *);
tp_main.c 431 err = atf_fs_path_copy(&srcdir, &p->m_srcdir);
460 err = atf_fs_path_copy(&exe, &srcdir);
fs.c 379 atf_fs_path_copy(atf_fs_path_t *dest, const atf_fs_path_t *src) function
fs_test.c 148 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_path_copy constructor");
155 RE(atf_fs_path_copy(&str2, &str));
  /src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp 121 atf_error_t err = atf_fs_path_copy(&m_path, &p.m_path);
128 atf_error_t err = atf_fs_path_copy(&m_path, p);
  /src/external/bsd/atf/dist/atf-c/
check.c 313 err = atf_fs_path_copy(&r->pimpl->m_dir, dir);

Completed in 34 milliseconds