Searched refs:atf_fs_path_copy (Results 1 - 6 of 6) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h55 atf_error_t atf_fs_path_copy(atf_fs_path_t *, const atf_fs_path_t *);
H A Dtp_main.c430 err = atf_fs_path_copy(&srcdir, &p->m_srcdir);
459 err = atf_fs_path_copy(&exe, &srcdir);
H A Dfs.c378 atf_fs_path_copy(atf_fs_path_t *dest, const atf_fs_path_t *src) function
H A Dfs_test.c148 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_path_copy constructor");
155 RE(atf_fs_path_copy(&str2, &str));
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp121 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);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck.c313 err = atf_fs_path_copy(&r->pimpl->m_dir, dir);

Completed in 651 milliseconds