Home
last modified time | relevance | path

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

/netbsd/external/bsd/atf/dist/atf-c/detail/
H A Dfs.h58 atf_error_t atf_fs_path_copy(atf_fs_path_t *, const atf_fs_path_t *);
H A Dtp_main.c431 err = atf_fs_path_copy(&srcdir, &p->m_srcdir); in handle_srcdir()
460 err = atf_fs_path_copy(&exe, &srcdir); in handle_srcdir()
H A Dfs.c379 atf_fs_path_copy(atf_fs_path_t *dest, const atf_fs_path_t *src) in atf_fs_path_copy() function
H A Dfs_test.c155 RE(atf_fs_path_copy(&str2, &str)); in ATF_TC_BODY()
/netbsd/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.cpp121 atf_error_t err = atf_fs_path_copy(&m_path, &p.m_path); in path()
128 atf_error_t err = atf_fs_path_copy(&m_path, p); in path()
/netbsd/external/bsd/atf/dist/atf-c/
H A Dcheck.c313 err = atf_fs_path_copy(&r->pimpl->m_dir, dir); in atf_check_result_init()