Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/security/tomoyo/
H A Dtomoyo_file_test.c63 static const char *unlink_path = "/tmp/unlink_test"; variable
169 show_result(unlink(unlink_path)); in stage_file_test()
202 close(creat(unlink_path, 0600)); in create_files()
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c279 int unlink_path(pathname_t *);
1345 int unlink_path(pathname_t * name) in unlink_path() function
1356 rval = unlink_path(&newname); in unlink_path()
2563 e = unlink_path(&f) < 0 ? errno : 0; in unlink_f()

Completed in 5 milliseconds