Home
last modified time | relevance | path

Searched refs:PERMS (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/chmod/
H A Dchmod07.c35 #define PERMS 01777 /* Permissions with sticky bit set. */ macro
46 TEST(chmod(TESTFILE, PERMS)); in test_chmod()
49 TESTFILE, PERMS); in test_chmod()
57 if ((stat_buf.st_mode & PERMS) == PERMS) { in test_chmod()
59 TESTFILE, PERMS); in test_chmod()
62 TESTFILE, stat_buf.st_mode, PERMS); in test_chmod()
H A Dchmod05.c44 #define PERMS (mode_t)(MODE_RWX | DIR_MODE) macro
52 TEST(chmod(TESTDIR, PERMS)); in test_chmod()
54 tst_res(TFAIL, "chmod(%s, %#o) failed", TESTDIR, PERMS); in test_chmod()
60 if ((PERMS & ~S_ISGID) != dir_mode) { in test_chmod()
63 PERMS & ~S_ISGID); in test_chmod()
66 TESTDIR, PERMS); in test_chmod()
H A Dchmod03.c24 #define PERMS 01777 macro
42 TST_EXP_PASS(chmod(tc->name, PERMS), "chmod(%s, %04o)", in verify_chmod()
43 tc->name, PERMS); in verify_chmod() local
50 if ((stat_buf.st_mode & PERMS) != PERMS) { in verify_chmod()
/third_party/ltp/testcases/kernel/syscalls/fchmod/
H A Dfchmod04.c31 TST_EXP_PASS_SILENT(fchmod(fd, PERMS)); in verify_fchmod()
37 if ((dir_mode & PERMS) == PERMS) in verify_fchmod()
39 "%#o) successful", fd, PERMS); in verify_fchmod()
43 TESTDIR, dir_mode, PERMS); in verify_fchmod()
H A Dfchmod03.c31 TST_EXP_PASS_SILENT(fchmod(fd, PERMS)); in verify_fchmod()
37 if ((file_mode & PERMS) != PERMS) in verify_fchmod()
42 "%#o) successful", fd, PERMS); in verify_fchmod()
H A Dfchmod02.c32 TEST(fchmod(fd, PERMS)); in verify_fchmod()
39 if ((file_mode & ~S_IFREG) != PERMS) { in verify_fchmod()
41 TESTFILE, file_mode, PERMS); in verify_fchmod()
44 fd, PERMS); in verify_fchmod()
H A Dfchmod.h12 #define PERMS 01777 macro
/third_party/ltp/testcases/kernel/syscalls/rename/
H A Drename09.c27 #define PERMS 0700 macro
44 SAFE_MKDIR(SRCDIR, PERMS); in run()
45 SAFE_TOUCH(SRCFILE, PERMS, NULL); in run()
50 SAFE_MKDIR(DESTDIR, PERMS); in run()
51 SAFE_TOUCH(DESTFILE, PERMS, NULL); in run()
/third_party/ltp/testcases/kernel/syscalls/mkdir/
H A Dmkdir05.c18 #define PERMS 0777 macro
25 TEST(mkdir(TESTDIR, PERMS)); in verify_mkdir()
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak4 FATE_FILTER_SAMPLES-$(call FILTERDEMDECENCMUX, PERMS OWDENOISE TRIM SCALE, SMJPEG, MJPEG, RAWVIDEO, RAWVIDEO, PIPE_PROTOCOL) += fate-filter-owdenoise-sample
11 FATE_FILTER_SAMPLES-$(call FILTERDEMDEC, PERMS DELOGO, RM, RV30) += fate-filter-delogo
323 FATE_FILTER_SAMPLES-$(call FILTERDEMDEC, PERMS HQDN3D, SMJPEG, MJPEG) += fate-filter-hqdn3d-sample
347 FATE_FILTER_SAMPLES-$(call FILTERDEMDEC, PERMS CURVES, AVI, UTVIDEO) += fate-filter-curves
350 FATE_FILTER_SAMPLES-$(call FILTERDEMDEC, FORMAT PERMS GRADFUN SCALE, VMD, VMDVIDEO) += fate-filter-gradfun-sample

Completed in 6 milliseconds