Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Ddio_truncate.c137 SAFE_TRUNCATE(filename, 0); in run()
139 SAFE_TRUNCATE("junkfile", 0); in run()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_loop04.c42 SAFE_TRUNCATE("test.img", NEW_SIZE); in verify_ioctl_loop()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl33.c183 SAFE_TRUNCATE("file", 0); in do_child()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify15.c127 SAFE_TRUNCATE(FILE1, 1); in do_test()
/third_party/ltp/include/old/
Dsafe_macros.h214 #define SAFE_TRUNCATE(cleanup_fn, path, length) \ macro
/third_party/ltp/include/
Dtst_safe_macros.h314 #define SAFE_TRUNCATE(path, length) \ macro