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

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c569 atf_fs_path_t pdir, pfile; local
573 RE(atf_fs_path_init_fmt(&pfile, "dir/file"));
576 create_file(atf_fs_path_cstring(&pfile), 0644);
583 RE(atf_fs_exists(&pfile, &b));
593 err = atf_fs_exists(&pfile, &b);
601 ATF_REQUIRE(unlink(atf_fs_path_cstring(&pfile)) != -1);
602 RE(atf_fs_exists(&pfile, &b));
605 atf_fs_path_fini(&pfile);

Completed in 14 milliseconds