Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dfs.h74 atf_error_t atf_fs_path_to_absolute(const atf_fs_path_t *, atf_fs_path_t *);
H A Dtp_main.c438 err = atf_fs_path_to_absolute(&srcdir, &srcdirabs); in handle_srcdir()
H A Dfs.c501 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.c387 RE(atf_fs_path_to_absolute(&p, &p2)); in ATF_TC_BODY()
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.cpp211 atf_error_t err = atf_fs_path_to_absolute(&m_path, &pa); in to_absolute()