Searched refs:PERMS (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/chmod/ |
H A D | chmod07.c | 35 #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 D | chmod05.c | 44 #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 D | chmod03.c | 24 #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 D | fchmod04.c | 31 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 D | fchmod03.c | 31 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 D | fchmod02.c | 32 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 D | fchmod.h | 12 #define PERMS 01777 macro
|
/third_party/ltp/testcases/kernel/syscalls/rename/ |
H A D | rename09.c | 27 #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 D | mkdir05.c | 18 #define PERMS 0777 macro 25 TEST(mkdir(TESTDIR, PERMS)); in verify_mkdir()
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 4 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