Lines Matching refs:atf_fs_path_cstring
74 return access(atf_fs_path_cstring(p), F_OK) == 0; in exists()
134 printf("Output : >%s<\n", atf_fs_path_cstring(&p)); in ATF_TC_BODY()
135 ATF_REQUIRE(strcmp(atf_fs_path_cstring(&p), t->out) == 0); in ATF_TC_BODY()
273 printf("Output : %s\n", atf_fs_path_cstring(&bp)); in ATF_TC_BODY()
274 ATF_REQUIRE(strcmp(atf_fs_path_cstring(&bp), t->branch) == 0); in ATF_TC_BODY()
354 printf("Output : >%s<\n", atf_fs_path_cstring(&p)); in ATF_TC_BODY()
355 ATF_REQUIRE(strcmp(atf_fs_path_cstring(&p), t->out) == 0); in ATF_TC_BODY()
382 printf("Relative path: %s\n", atf_fs_path_cstring(&p)); in ATF_TC_BODY()
385 printf("Absolute path: %s\n", atf_fs_path_cstring(&p2)); in ATF_TC_BODY()
575 create_dir(atf_fs_path_cstring(&pdir), 0755); in ATF_TC_BODY()
576 create_file(atf_fs_path_cstring(&pfile), 0644); in ATF_TC_BODY()
592 ATF_REQUIRE(chmod(atf_fs_path_cstring(&pdir), 0000) != -1); in ATF_TC_BODY()
596 ATF_REQUIRE(chmod(atf_fs_path_cstring(&pdir), 0755) != -1); in ATF_TC_BODY()
601 ATF_REQUIRE(unlink(atf_fs_path_cstring(&pfile)) != -1); in ATF_TC_BODY()
676 create_file(atf_fs_path_cstring(&p), 0000); in ATF_TC_BODY()
677 ATF_REQUIRE(chown(atf_fs_path_cstring(&p), geteuid(), getegid()) != -1); in ATF_TC_BODY()
686 ATF_REQUIRE(chmod(atf_fs_path_cstring(&p), t->fmode) != -1); in ATF_TC_BODY()
891 ATF_CHECK(strcmp(atf_fs_path_cstring(&p), "dir/testdir.XXXXXX") == 0); in ATF_TC_BODY()
1024 ATF_CHECK(strcmp(atf_fs_path_cstring(&p), "dir/testfile.XXXXXX") == 0); in ATF_TC_BODY()