Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/detail/
H A Dfs.h54 atf_error_t atf_fs_path_branch_path(const atf_fs_path_t *, atf_fs_path_t *);
H A Dtp_main.c157 err = atf_fs_path_branch_path(&temp, dir); in argv0_to_dir()
404 err = atf_fs_path_branch_path(srcdir, &parent); in srcdir_strip_libtool()
H A Dfs.c315 atf_fs_path_branch_path(const atf_fs_path_t *p, atf_fs_path_t *bp) in atf_fs_path_branch_path() function
H A Dfs_test.c272 RE(atf_fs_path_branch_path(&p, &bp)); in ATF_TC_BODY()
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp176 err = atf_fs_path_branch_path(&m_path, &bp); in branch_path()
/freebsd/contrib/atf/atf-c/
H A Dtc.c565 err = atf_fs_path_branch_path(&p, &bp); in check_prog()