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

  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_file_test.c 65 static const char *rmdir_path = "/tmp/rmdir_test"; variable
166 show_result(rmdir(rmdir_path));
198 mkdir(rmdir_path, 0700);
  /external/e2fsprogs/contrib/
fsstress.c 299 int rmdir_path(pathname_t *);
1238 int rmdir_path(pathname_t * name) function
1249 rval = rmdir_path(&newname);
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 272 int rmdir_path(pathname_t *);
1213 int rmdir_path(pathname_t * name) function
1224 rval = rmdir_path(&newname);
    [all...]

Completed in 552 milliseconds