Searched defs:pdir (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
572 RE(atf_fs_path_init_fmt(&pdir, "dir"));
575 create_dir(atf_fs_path_cstring(&pdir), 0755);
579 RE(atf_fs_exists(&pdir, &b));
592 ATF_REQUIRE(chmod(atf_fs_path_cstring(&pdir), 0000) != -1);
596 ATF_REQUIRE(chmod(atf_fs_path_cstring(&pdir), 0755) != -1);
606 atf_fs_path_fini(&pdir);

Completed in 521 milliseconds