Home
last modified time | relevance | path

Searched refs:unlink_path (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/security/tomoyo/
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()
/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c278 int unlink_path(pathname_t *);
1344 int unlink_path(pathname_t * name) in unlink_path() function
1355 rval = unlink_path(&newname); in unlink_path()
2562 e = unlink_path(&f) < 0 ? errno : 0; in unlink_f()
/external/e2fsprogs/contrib/
Dfsstress.c305 int unlink_path(pathname_t *);
1369 int unlink_path(pathname_t * name) in unlink_path() function
1380 rval = unlink_path(&newname); in unlink_path()
2587 e = unlink_path(&f) < 0 ? errno : 0; in unlink_f()