Searched refs:mkdir_path (Results 1 - 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_file_test.c64 static const char *mkdir_path = "/tmp/mkdir_test"; variable
163 show_result(mkdir(mkdir_path, 0600));
217 rmdir(mkdir_path);
/external/e2fsprogs/contrib/
H A Dfsstress.c291 int mkdir_path(pathname_t *, mode_t);
1053 int mkdir_path(pathname_t * name, mode_t mode) function
1064 rval = mkdir_path(&newname, mode);
2204 e = mkdir_path(&f, 0777) < 0 ? errno : 0;
/external/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c264 int mkdir_path(pathname_t *, mode_t);
1026 int mkdir_path(pathname_t * name, mode_t mode) function
1037 rval = mkdir_path(&newname, mode);
2179 e = mkdir_path(&f, 0777) < 0 ? errno : 0;

Completed in 598 milliseconds