Home
last modified time | relevance | path

Searched refs:atf_fs_path_to_absolute (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/atf/atf-c/detail/
H A Dfs.h64 atf_error_t atf_fs_path_to_absolute(const atf_fs_path_t *, atf_fs_path_t *);
H A Dtp_main.c432 err = atf_fs_path_to_absolute(&srcdir, &srcdirabs); in handle_srcdir()
H A Dfs.c421 atf_fs_path_to_absolute(const atf_fs_path_t *p, atf_fs_path_t *pa) in atf_fs_path_to_absolute() function
H A Dfs_test.c384 RE(atf_fs_path_to_absolute(&p, &p2)); in ATF_TC_BODY()
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp207 atf_error_t err = atf_fs_path_to_absolute(&m_path, &pa); in to_absolute()