OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_MOVED_FROM
(Results
51 - 53
of
53
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
inotify.h
44
#define
IN_MOVED_FROM
0x00000040 /* File was moved from X. */
46
#define IN_MOVE (
IN_MOVED_FROM
| IN_MOVED_TO) /* Moves. */
59
#define IN_MOVE (
IN_MOVED_FROM
| IN_MOVED_TO) /* Moves. */
72
| IN_CLOSE_NOWRITE | IN_OPEN |
IN_MOVED_FROM
\
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
inotify.h
44
#define
IN_MOVED_FROM
0x00000040 /* File was moved from X. */
46
#define IN_MOVE (
IN_MOVED_FROM
| IN_MOVED_TO) /* Moves. */
59
#define IN_MOVE (
IN_MOVED_FROM
| IN_MOVED_TO) /* Moves. */
72
| IN_CLOSE_NOWRITE | IN_OPEN |
IN_MOVED_FROM
\
/external/kernel-headers/original/linux/
inotify.h
33
#define
IN_MOVED_FROM
0x00000040 /* File was moved from X */
47
#define IN_MOVE (
IN_MOVED_FROM
| IN_MOVED_TO) /* moves */
62
IN_CLOSE_NOWRITE | IN_OPEN |
IN_MOVED_FROM
| \
Completed in 754 milliseconds
1
2
3