Searched defs:atf_fs_path_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.h45 typedef struct atf_fs_path atf_fs_path_t; typedef in typeref:struct:atf_fs_path
48 atf_error_t atf_fs_path_init_ap(atf_fs_path_t *, const char *, va_list);
49 atf_error_t atf_fs_path_init_fmt(atf_fs_path_t *, const char *, ...);
50 atf_error_t atf_fs_path_copy(atf_fs_path_t *, const atf_fs_path_t *);
51 void atf_fs_path_fini(atf_fs_path_t *);
54 atf_error_t atf_fs_path_branch_path(const atf_fs_path_t *, atf_fs_path_t *);
55 const char *atf_fs_path_cstring(const atf_fs_path_t *);
56 atf_error_t atf_fs_path_leaf_name(const atf_fs_path_t *, atf_dynstr_
[all...]

Completed in 7 milliseconds