Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range02.c42 static int fd_rdonly; variable
69 {&fd_rdonly, 0, EBADF, CONTSIZE, "readonly file", 0},
160 if (fd_rdonly > 0) in cleanup()
161 SAFE_CLOSE(fd_rdonly); in cleanup()
207 fd_rdonly = SAFE_OPEN(FILE_RDONL_PATH, O_RDONLY | O_CREAT, 0664); in setup()