Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_file_test.c56 static const char *ftruncate_path = "/tmp/ftruncate_test"; variable
203 ftruncate_fd = open(ftruncate_path, O_WRONLY | O_CREAT, 0600); in create_files()
225 unlink(ftruncate_path); in creanup_files()