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 D | fs.h | 55 atf_error_t atf_fs_path_copy(atf_fs_path_t *, const atf_fs_path_t *);
|
H A D | tp_main.c | 430 err = atf_fs_path_copy(&srcdir, &p->m_srcdir); 459 err = atf_fs_path_copy(&exe, &srcdir);
|
H A D | fs.c | 378 atf_fs_path_copy(atf_fs_path_t *dest, const atf_fs_path_t *src) function
|
H A D | 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));
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | 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);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | check.c | 313 err = atf_fs_path_copy(&r->pimpl->m_dir, dir);
|
Completed in 651 milliseconds