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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.c115 strncpy(data.m_path, atf_fs_path_cstring(path), sizeof(data.m_path));
415 atf_fs_path_cstring(const atf_fs_path_t *p) function
553 const char *pstr = atf_fs_path_cstring(p);
704 if (lstat(atf_fs_path_cstring(p), &st) == -1) {
706 atf_fs_path_cstring(p));
859 if (rmdir(atf_fs_path_cstring(p))) {
880 path = atf_fs_path_cstring(p);

Completed in 12 milliseconds