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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs_test.c572 atf_fs_path_t pdir, pfile; local
575 RE(atf_fs_path_init_fmt(&pdir, "dir"));
578 create_dir(atf_fs_path_cstring(&pdir), 0755);
582 RE(atf_fs_exists(&pdir, &b));
595 ATF_REQUIRE(chmod(atf_fs_path_cstring(&pdir), 0000) != -1);
599 ATF_REQUIRE(chmod(atf_fs_path_cstring(&pdir), 0755) != -1);
609 atf_fs_path_fini(&pdir);

Completed in 1866 milliseconds