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 D | fs.h | 50 atf_error_t atf_fs_path_copy(atf_fs_path_t *, const atf_fs_path_t *);
|
H A D | tp_main.c | 428 err = atf_fs_path_copy(&srcdir, &p->m_srcdir); 457 err = atf_fs_path_copy(&exe, &srcdir);
|
H A D | fs.c | 374 atf_fs_path_copy(atf_fs_path_t *dest, const atf_fs_path_t *src) function
|
H A D | fs_test.c | 145 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 D | fs.cpp | 117 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 D | check.c | 309 err = atf_fs_path_copy(&r->pimpl->m_dir, dir);
|
Completed in 2728 milliseconds