Home
last modified time | relevance | path

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

/trueos/contrib/atf/atf-c/detail/
HDfs.h50 atf_error_t atf_fs_path_copy(atf_fs_path_t *, const atf_fs_path_t *);
HDtp_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()
HDfs.c374 atf_fs_path_copy(atf_fs_path_t *dest, const atf_fs_path_t *src) in atf_fs_path_copy() function
HDfs_test.c152 RE(atf_fs_path_copy(&str2, &str)); in ATF_TC_BODY()
/trueos/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()
/trueos/contrib/atf/atf-c/
HDcheck.c309 err = atf_fs_path_copy(&r->pimpl->m_dir, dir); in atf_check_result_init()