OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_CLOSE_WRITE
(Results
1 - 25
of
27
) sorted by null
1
2
/bionic/libc/kernel/uapi/linux/
inotify.h
33
#define
IN_CLOSE_WRITE
0x00000008
45
#define IN_CLOSE (
IN_CLOSE_WRITE
| IN_CLOSE_NOWRITE)
54
#define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB |
IN_CLOSE_WRITE
| IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | IN_MOVE_SELF)
/external/kernel-headers/original/uapi/linux/
inotify.h
33
#define
IN_CLOSE_WRITE
0x00000008 /* Writtable file was closed */
49
#define IN_CLOSE (
IN_CLOSE_WRITE
| IN_CLOSE_NOWRITE) /* close */
66
#define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB |
IN_CLOSE_WRITE
| \
/external/strace/xlat/
inotify_flags.h
27
#if defined(
IN_CLOSE_WRITE
) || (defined(HAVE_DECL_IN_CLOSE_WRITE) && HAVE_DECL_IN_CLOSE_WRITE)
29
static_assert((
IN_CLOSE_WRITE
) == (0x00000008), "
IN_CLOSE_WRITE
!= 0x00000008");
32
# define
IN_CLOSE_WRITE
0x00000008
174
XLAT(
IN_CLOSE_WRITE
),
/external/ltp/testcases/kernel/syscalls/utils/
inotify.h
30
#define
IN_CLOSE_WRITE
0x00000008 /* Writtable file was closed */
46
#define IN_CLOSE (
IN_CLOSE_WRITE
| IN_CLOSE_NOWRITE) /* close */
61
#define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB |
IN_CLOSE_WRITE
| \
/external/ltp/testcases/kernel/syscalls/inotify/
inotify08.c
103
event_set[test_cnt].mask =
IN_CLOSE_WRITE
;
191
IN_ATTRIB | IN_OPEN |
IN_CLOSE_WRITE
)) < 0) {
194
"IN_ATTRIB | IN_OPEN |
IN_CLOSE_WRITE
) failed",
inotify01.c
107
event_set[test_cnt] =
IN_CLOSE_WRITE
;
inotify07.c
104
event_set[test_cnt].mask =
IN_CLOSE_WRITE
;
inotify02.c
101
event_set[test_cnt].mask =
IN_CLOSE_WRITE
;
/device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp
177
} else if (event->mask &
IN_CLOSE_WRITE
) {
290
IN_CLOSE_WRITE
);
/device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHotplugThread.cpp
164
} else if (event->mask &
IN_CLOSE_WRITE
) {
270
int wd = inotify_add_watch(mInotifyFd, camPath.string(),
IN_CLOSE_WRITE
);
/device/google/bonito/usb/
UsbGadget.cpp
75
if (i->mask &
IN_CLOSE_WRITE
) ALOGE("
IN_CLOSE_WRITE
");
/device/google/crosshatch/usb/
UsbGadget.cpp
75
if (i->mask &
IN_CLOSE_WRITE
) ALOGE("
IN_CLOSE_WRITE
");
/device/google/wahoo/usb/
UsbGadget.cpp
74
if (i->mask &
IN_CLOSE_WRITE
) ALOGE("
IN_CLOSE_WRITE
");
/external/libchrome/base/files/
file_path_watcher_linux.cc
301
IN_CLOSE_WRITE
| IN_MOVE |
/frameworks/base/cmds/bootanimation/
BootAnimation.cpp
[
all
...]
/external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go
565
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_386.go
697
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_amd64.go
697
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_arm.go
696
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_arm64.go
699
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_mips.go
696
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_mips64.go
696
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_mips64le.go
696
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_mipsle.go
696
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_ppc64.go
696
IN_CLOSE_WRITE
= 0x8
[
all
...]
Completed in 558 milliseconds
1
2