/external/ltp/testcases/kernel/syscalls/execveat/ |
D | execveat01.c | 31 #define TEST_APP "execveat_child" macro 32 #define TEST_REL_APP TESTDIR"/"TEST_APP 43 {&fd1, TEST_APP, 0}, 52 char *argv[2] = {TEST_APP, NULL}; in verify_execveat() 69 SAFE_CP(TEST_APP, TEST_REL_APP); in setup() 88 TEST_APP,
|
D | execveat02.c | 29 #define TEST_APP "execveat_errno" macro 31 #define TEST_REL_APP TESTDIR"/"TEST_APP 52 char *argv[2] = {TEST_APP, NULL}; in verify_execveat() 77 SAFE_CP(TEST_APP, TEST_REL_APP); in setup() 89 TEST_APP,
|
D | execveat03.c | 38 #define TEST_APP "execveat_child" macro 39 #define TEST_FILE_PATH OVL_MNT"/"TEST_APP 48 SAFE_CP(TEST_APP, TEST_FILE_PATH); in do_child() 72 TEST_APP,
|
/external/ltp/testcases/kernel/syscalls/creat/ |
D | creat07.c | 20 #define TEST_APP "creat07_child" macro 28 SAFE_EXECL(TEST_APP, TEST_APP, NULL); in verify_creat() 34 TEST(creat(TEST_APP, O_WRONLY)); in verify_creat() 51 TEST_APP,
|
/external/ltp/testcases/kernel/syscalls/execve/ |
D | execve04.c | 30 #define TEST_APP "execve_child" macro 37 char *argv[2] = {TEST_APP, NULL}; in verify_execve() 45 TEST(execve(TEST_APP, argv, environ)); in verify_execve() 57 int fd = SAFE_OPEN(TEST_APP, O_WRONLY); in do_child() 67 TEST_APP,
|
D | execve02.c | 31 #define TEST_APP "execve_child" macro 38 char *argv[2] = {TEST_APP, NULL}; in do_child() 46 TEST(execve(TEST_APP, argv, environ)); in do_child() 71 SAFE_CHMOD(TEST_APP, 0700); in setup() 78 TEST_APP,
|
D | execve05.c | 41 #define TEST_APP "execve_child" macro 52 TEST_APP, 58 char *argv[3] = {TEST_APP, "canary", NULL}; in do_child() 62 TEST(execve(TEST_APP, argv, environ)); in do_child()
|
/external/virglrenderer/ci/ |
D | run_test_suite.sh | 13 TEST_APP="deqp" 81 TEST_APP="deqp" 85 TEST_APP="piglit" 119 if [ "$TEST_APP" = "piglit" ]; then 122 elif [ "$TEST_APP" = "deqp" ]; then 219 printf "Running ${UNRELIABLE_STRING}$TEST_APP-$TEST_NAME on vtest-$DRIVER_NAME: " 221 printf "Running ${UNRELIABLE_STRING}$TEST_APP-$TEST_NAME on $DRIVER_NAME: " 232 case $TEST_APP in 298 TEST_PATH=${HOST_GL}_host${HOST_DRIVER}/${TEST_APP}_${TEST_NAME}
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify12.c | 35 #define TEST_APP "fanotify_child" macro 119 SAFE_EXECL(TEST_APP, TEST_APP, NULL); in generate_events() 135 const char *const files[] = {fname, TEST_APP}; in setup_mark() 267 TEST_APP,
|
D | fanotify10.c | 61 #define TEST_APP "fanotify_child" macro 65 #define FILE_EXEC_PATH MOUNT_PATH"/"TEST_APP 69 #define FILE_EXEC_PATH2 MNT2_PATH"/"TEST_APP 419 SAFE_CP(TEST_APP, FILE_EXEC_PATH); in setup() 420 SAFE_CP(TEST_APP, FILE2_EXEC_PATH); in setup() 432 TEST_APP,
|
D | fanotify03.c | 40 #define TEST_APP "fanotify_child" macro 42 #define FILE_EXEC_PATH MOUNT_PATH"/"TEST_APP 353 SAFE_CP(TEST_APP, FILE_EXEC_PATH); in setup() 363 TEST_APP,
|
/external/ltp/testcases/kernel/syscalls/setpgid/ |
D | setpgid03.c | 41 #define TEST_APP "setpgid03_child" macro 104 if (execlp(TEST_APP, TEST_APP, NULL) < 0) in main()
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat02.c | 54 #define TEST_APP "openat02_child" macro 169 if (execlp(TEST_APP, TEST_APP, buf, NULL)) in testfunc_cloexec()
|