Searched refs:atf_fs_path_to_absolute (Results 1 – 5 of 5) sorted by relevance
74 atf_error_t atf_fs_path_to_absolute(const atf_fs_path_t *, atf_fs_path_t *);
438 err = atf_fs_path_to_absolute(&srcdir, &srcdirabs); in handle_srcdir()
501 atf_fs_path_to_absolute(const atf_fs_path_t *p, atf_fs_path_t *pa) in atf_fs_path_to_absolute() function
387 RE(atf_fs_path_to_absolute(&p, &p2)); in ATF_TC_BODY()
211 atf_error_t err = atf_fs_path_to_absolute(&m_path, &pa); in to_absolute()