OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_MOVE_SELF
(Results
1 - 25
of
32
) sorted by null
1
2
/external/strace/xlat/
inotify_flags.h
35
#if !(defined(
IN_MOVE_SELF
) || (defined(HAVE_DECL_IN_MOVE_SELF) && HAVE_DECL_IN_MOVE_SELF))
36
# define
IN_MOVE_SELF
0x00000800
85
XLAT(
IN_MOVE_SELF
),
/bionic/libc/kernel/uapi/linux/
inotify.h
41
#define
IN_MOVE_SELF
0x00000800
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
41
#define
IN_MOVE_SELF
0x00000800 /* Self was moved */
68
IN_MOVE_SELF
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
inotify.h
60
#define
IN_MOVE_SELF
0x00000800 /* Self was moved. */
86
| IN_DELETE_SELF |
IN_MOVE_SELF
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
inotify.h
40
#define
IN_MOVE_SELF
0x00000800 /* Self was moved */
67
IN_MOVE_SELF
)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
inotify.h
60
#define
IN_MOVE_SELF
0x00000800 /* Self was moved. */
86
| IN_DELETE_SELF |
IN_MOVE_SELF
)
/external/ltp/testcases/kernel/syscalls/inotify/
inotify02.c
50
#ifndef
IN_MOVE_SELF
51
#define
IN_MOVE_SELF
0x00000800
135
event_set[tst_count].mask =
IN_MOVE_SELF
;
154
event_set[tst_count].mask =
IN_MOVE_SELF
;
/external/ltp/testcases/kernel/syscalls/utils/
inotify.h
38
#define
IN_MOVE_SELF
0x00000800 /* Self was moved */
64
IN_MOVE_SELF
)
/frameworks/native/libs/vr/libpdx_uds/
ipc_helper.cpp
459
IN_CREATE | IN_DELETE_SELF |
IN_MOVE_SELF
| IN_MOVED_TO);
509
} else if (event->mask & (IN_DELETE_SELF |
IN_MOVE_SELF
)) {
/device/google/wahoo/usb/
UsbGadget.cpp
81
if (i->mask &
IN_MOVE_SELF
) ALOGE("
IN_MOVE_SELF
");
/prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go
364
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_amd64.go
364
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_arm.go
366
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_arm64.go
491
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_mips.go
472
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_mips64.go
487
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_mips64le.go
487
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_mipsle.go
472
IN_MOVE_SELF
= 0x800
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go
364
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_amd64.go
364
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_arm.go
366
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_arm64.go
491
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_mips.go
472
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_mips64.go
487
IN_MOVE_SELF
= 0x800
[
all
...]
zerrors_linux_mips64le.go
487
IN_MOVE_SELF
= 0x800
[
all
...]
Completed in 1110 milliseconds
1
2