HomeSort by relevance Sort by last modified time
    Searched refs:TEST_APP (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/kernel/syscalls/creat/
creat07.c 33 #define TEST_APP "creat07_child"
41 char *av[] = {TEST_APP, NULL};
42 (void)execve(TEST_APP, av, tst_ipc_envp);
49 TEST(creat(TEST_APP, O_WRONLY));
66 TEST_APP,
  /external/ltp/testcases/kernel/syscalls/execve/
execve02.c 48 #define TEST_APP "execve_child"
58 char *argv[2] = {TEST_APP, NULL};
62 TEST(execve(TEST_APP, argv, NULL));
107 if (tst_get_path(TEST_APP, path, sizeof(path))) {
109 "Couldn't found "TEST_APP" binary in $PATH");
115 SAFE_CHMOD(cleanup, TEST_APP, 0700);
execve04.c 41 #define TEST_APP "execve_child"
54 char *argv[2] = {TEST_APP, NULL};
79 TEST(execve(TEST_APP, argv, env));
98 if (tst_get_path(TEST_APP, path, sizeof(path))) {
100 "Couldn't found "TEST_APP" binary in $PATH");
123 if ((fd = open(TEST_APP, O_WRONLY)) == -1) {
  /external/ltp/testcases/kernel/syscalls/setpgid/
setpgid03.c 41 #define TEST_APP "setpgid03_child"
104 if (execlp(TEST_APP, TEST_APP, NULL) < 0)
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostJUnit4DeviceTest.java 40 private static final String TEST_APP = "CtsSampleDeviceApp2.apk";
48 installPackage(TEST_APP);
  /external/ltp/testcases/kernel/syscalls/openat/
openat02.c 54 #define TEST_APP "openat02_child"
169 if (execlp(TEST_APP, TEST_APP, buf, NULL))

Completed in 758 milliseconds