Searched refs:atf_fs_path_to_absolute (Results 1 – 5 of 5) sorted by relevance
64 atf_error_t atf_fs_path_to_absolute(const atf_fs_path_t *, atf_fs_path_t *);
432 err = atf_fs_path_to_absolute(&srcdir, &srcdirabs); in handle_srcdir()
421 atf_fs_path_to_absolute(const atf_fs_path_t *p, atf_fs_path_t *pa) in atf_fs_path_to_absolute() function
384 RE(atf_fs_path_to_absolute(&p, &p2)); in ATF_TC_BODY()
207 atf_error_t err = atf_fs_path_to_absolute(&m_path, &pa); in to_absolute()