Searched refs:tstdir2 (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/rmdir/ |
D | rmdir03.c | 91 char tstdir2[255]; variable 107 maybe_run_child(&dochild1, "ns", 1, tstdir2); in main() 153 if (mkdir(tstdir2, PERMS) == -1) { in main() 155 "Could not create directory %s", tstdir2); in main() 164 if (self_exec(av[0], "ns", 1, tstdir2) < 0) { in main() 217 (void)rmdir(tstdir2); in main() 247 TEST(rmdir(tstdir2)); in dochild1() 329 sprintf(tstdir2, "%s/tstdir2_%d", tstdir1, getpid()); in setup()
|
/external/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir02.c | 93 char tstdir2[100]; variable 201 sprintf(tstdir2, "%s/tstdir2.%d", tstdir1, getpid()); in main() 235 if (mkdir(tstdir2, PERMS) != 0) { in main() 237 " a directory %s under %s ", tstdir2, in main() 247 if (stat(tstdir2, &buf) == -1) { in main()
|
D | mkdir04.c | 95 char tstdir2[100]; variable 153 sprintf(tstdir2, "%s/tst", tstdir1); in main() 168 if (mkdir(tstdir2, PERMS) != -1) { in main() 170 "succeeded", tstdir2, PERMS); in main()
|