Searched refs:atf_fs_path_append_fmt (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | fs.h | 67 atf_error_t atf_fs_path_append_fmt(atf_fs_path_t *, const char *, ...);
|
H A D | fs.c | 481 atf_fs_path_append_fmt(atf_fs_path_t *p, const char *fmt, ...) function 496 return atf_fs_path_append_fmt(p, "%s", atf_dynstr_cstring(&p2->m_data));
|
H A D | fs_test.c | 159 RE(atf_fs_path_append_fmt(&str2, "bar")); 355 RE(atf_fs_path_append_fmt(&p, "%s", t->ap)); 733 RE(atf_fs_path_append_fmt(&cwd1, "root"));
|
H A D | tp_main.c | 463 err = atf_fs_path_append_fmt(&exe, "%s", progname);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | fs.cpp | 256 atf_error_t err = atf_fs_path_append_fmt(&p2.m_path, "%s", p.c_str()); 269 atf_error_t err = atf_fs_path_append_fmt(&p2.m_path, "%s",
|
Completed in 18 milliseconds