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
37
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h
50
#define
IN_CLOSE_WRITE
0x00000008 /* Writtable file was closed. */
52
#define IN_CLOSE (
IN_CLOSE_WRITE
| IN_CLOSE_NOWRITE) /* Close. */
68
#define IN_CLOSE (
IN_CLOSE_WRITE
| IN_CLOSE_NOWRITE) /* Close. */
83
#define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB |
IN_CLOSE_WRITE
\
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h
50
#define
IN_CLOSE_WRITE
0x00000008 /* Writtable file was closed. */
52
#define IN_CLOSE (
IN_CLOSE_WRITE
| IN_CLOSE_NOWRITE) /* Close. */
68
#define IN_CLOSE (
IN_CLOSE_WRITE
| IN_CLOSE_NOWRITE) /* Close. */
83
#define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB |
IN_CLOSE_WRITE
\
/bionic/libc/kernel/uapi/linux/
inotify.h
33
#define
IN_CLOSE_WRITE
0x00000008
45
#define IN_CLOSE (
IN_CLOSE_WRITE
| IN_CLOSE_NOWRITE)
53
#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 */
65
#define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB |
IN_CLOSE_WRITE
| \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h
32
#define
IN_CLOSE_WRITE
0x00000008 /* Writtable file was closed */
48
#define IN_CLOSE (
IN_CLOSE_WRITE
| IN_CLOSE_NOWRITE) /* close */
64
#define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB |
IN_CLOSE_WRITE
| \
/external/strace/xlat/
inotify_flags.h
11
#if !(defined(
IN_CLOSE_WRITE
) || (defined(HAVE_DECL_IN_CLOSE_WRITE) && HAVE_DECL_IN_CLOSE_WRITE))
12
# define
IN_CLOSE_WRITE
0x00000008
77
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
| \
/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
);
/external/ltp/testcases/kernel/syscalls/inotify/
inotify01.c
121
event_set[tst_count] =
IN_CLOSE_WRITE
;
inotify02.c
116
event_set[tst_count].mask =
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
273
IN_CLOSE_WRITE
| IN_MOVE |
/frameworks/base/cmds/bootanimation/
BootAnimation.cpp
[
all
...]
/frameworks/native/cmds/dumpstate/
utils.cpp
948
wfd = inotify_add_watch(ifd, traces_path.c_str(),
IN_CLOSE_WRITE
);
[
all
...]
/prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go
350
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_amd64.go
350
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_arm.go
352
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_arm64.go
477
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_mips.go
458
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_mips64.go
473
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_mips64le.go
473
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_mipsle.go
458
IN_CLOSE_WRITE
= 0x8
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go
350
IN_CLOSE_WRITE
= 0x8
[
all
...]
zerrors_linux_amd64.go
350
IN_CLOSE_WRITE
= 0x8
[
all
...]
Completed in 2797 milliseconds
1
2