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

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.h50 atf_error_t atf_fs_path_copy(atf_fs_path_t *, const atf_fs_path_t *);
H A Dtp_main.c428 err = atf_fs_path_copy(&srcdir, &p->m_srcdir);
457 err = atf_fs_path_copy(&exe, &srcdir);
H A Dfs.c374 atf_fs_path_copy(atf_fs_path_t *dest, const atf_fs_path_t *src) function
H A Dfs_test.c145 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_path_copy constructor");
152 RE(atf_fs_path_copy(&str2, &str));
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.cpp117 atf_error_t err = atf_fs_path_copy(&m_path, &p.m_path);
124 atf_error_t err = atf_fs_path_copy(&m_path, p);
/bind-9.11.3/unit/atf-src/atf-c/
H A Dcheck.c309 err = atf_fs_path_copy(&r->pimpl->m_dir, dir);

Completed in 2728 milliseconds