HomeSort by relevance Sort by last modified time
    Searched full:tstdir2 (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/syscalls/rmdir/
rmdir03.c 36 * create directory tstdir2 under tstdir1. Fork a
37 * child , set to be user nobody. Pass tstdir2 to rmdir(2).
42 * Create directory tstdir2 under tstdir1. Fork the second
43 * child , set to be user nobody. Pass tstdir2 to rmdir(2).
91 char tstdir2[255]; variable
107 maybe_run_child(&dochild1, "ns", 1, tstdir2);
150 SAFE_MKDIR(cleanup, tstdir2, PERMS);
158 if (self_exec(av[0], "ns", 1, tstdir2) < 0) {
205 (void)rmdir(tstdir2);
234 /* rmdir tstdir2 */
    [all...]
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir02.c 43 * create a directtory tstdir2 user tstdir1
44 * check tstdir2's group ID and the S_ISGID bit
93 char tstdir2[100]; variable
201 sprintf(tstdir2, "%s/tstdir2.%d", tstdir1, getpid());
235 if (mkdir(tstdir2, PERMS) != 0) {
237 " a directory %s under %s ", tstdir2,
247 if (stat(tstdir2, &buf) == -1) {
mkdir04.c 39 * try to create a subdirectory tstdir2 under tstdir1
95 char tstdir2[100]; variable
153 sprintf(tstdir2, "%s/tst", tstdir1);
168 if (mkdir(tstdir2, PERMS) != -1) {
170 "succeeded", tstdir2, PERMS);

Completed in 4948 milliseconds