/src/tests/compat/linux/ |
h_inotify_watch_change.c | 44 int fd, wd, targetfd; local in function:_start 47 RS(targetfd = open("test", LINUX_O_RDWR|LINUX_O_CREAT, 0644)); 48 RS(close(targetfd)); 55 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644)); 56 RS(close(targetfd)); 67 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644)); 68 RS(close(targetfd)); 79 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644)); 80 RS(close(targetfd));
|
h_inotify_single_file.c | 49 int fd, wd, targetfd, buf; local in function:_start 51 RS(targetfd = open("test", LINUX_O_RDWR|LINUX_O_CREAT, 0644)); 52 RS(close(targetfd)); 59 RS(targetfd = open("test", LINUX_O_RDWR|LINUX_O_CREAT, 0644)); 60 RS(write(targetfd, &buf, sizeof(buf))); 61 RS(read(targetfd, &buf, sizeof(buf))); 62 RS(close(targetfd)); 63 RS(targetfd = open("test", LINUX_O_RDONLY|LINUX_O_CREAT, 0644)); 64 RS(close(targetfd));
|
h_inotify_directory.c | 65 int fd, wd, targetfd; local in function:_start 76 RS(targetfd = open("test/test", LINUX_O_RDWR|LINUX_O_CREAT, 0644)); 77 RS(write(targetfd, &targetfd, sizeof(targetfd))); 78 RS(close(targetfd));
|