Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/atf/atf-c/detail/
Dfs.h50 atf_error_t atf_fs_path_copy(atf_fs_path_t *, const atf_fs_path_t *);
Dtp_main.c425 err = atf_fs_path_copy(&srcdir, &p->m_srcdir); in handle_srcdir()
454 err = atf_fs_path_copy(&exe, &srcdir); in handle_srcdir()
Dfs.c374 atf_fs_path_copy(atf_fs_path_t *dest, const atf_fs_path_t *src) in atf_fs_path_copy() function
Dfs_test.c152 RE(atf_fs_path_copy(&str2, &str)); in ATF_TC_BODY()
/freebsd-12-stable/contrib/atf/atf-c++/detail/
Dfs.cpp117 atf_error_t err = atf_fs_path_copy(&m_path, &p.m_path); in path()
124 atf_error_t err = atf_fs_path_copy(&m_path, p); in path()
/freebsd-12-stable/contrib/atf/atf-c/
Dcheck.c309 err = atf_fs_path_copy(&r->pimpl->m_dir, dir); in atf_check_result_init()