Home
last modified time | relevance | path

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

/third_party/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)); in stage_file_test()
217 rmdir(mkdir_path); in creanup_files()
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c265 int mkdir_path(pathname_t *, mode_t);
1027 int mkdir_path(pathname_t * name, mode_t mode) in mkdir_path() function
1038 rval = mkdir_path(&newname, mode); in mkdir_path()
2180 e = mkdir_path(&f, 0777) < 0 ? errno : 0; in mkdir_f()

Completed in 4 milliseconds