OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_ONLYDIR
(Results
1 - 17
of
17
) sorted by null
/external/strace/xlat/
inotify_flags.h
111
#if defined(
IN_ONLYDIR
) || (defined(HAVE_DECL_IN_ONLYDIR) && HAVE_DECL_IN_ONLYDIR)
113
static_assert((
IN_ONLYDIR
) == (0x01000000), "
IN_ONLYDIR
!= 0x01000000");
116
# define
IN_ONLYDIR
0x01000000
186
XLAT(
IN_ONLYDIR
),
/bionic/libc/kernel/uapi/linux/
inotify.h
47
#define
IN_ONLYDIR
0x01000000
/external/kernel-headers/original/uapi/linux/
inotify.h
53
#define
IN_ONLYDIR
0x01000000 /* only watch the path if it is a directory */
/external/ltp/testcases/kernel/syscalls/utils/
inotify.h
50
#define
IN_ONLYDIR
0x01000000 /* only watch the path if it is a directory */
/external/libchrome/base/files/
file_path_watcher_linux.cc
302
IN_ONLYDIR
);
/external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go
582
IN_ONLYDIR
= 0x1000000
[
all
...]
zerrors_linux_386.go
714
IN_ONLYDIR
= 0x1000000
[
all
...]
zerrors_linux_amd64.go
714
IN_ONLYDIR
= 0x1000000
[
all
...]
zerrors_linux_arm.go
713
IN_ONLYDIR
= 0x1000000
[
all
...]
zerrors_linux_arm64.go
716
IN_ONLYDIR
= 0x1000000
[
all
...]
zerrors_linux_mips.go
713
IN_ONLYDIR
= 0x1000000
[
all
...]
zerrors_linux_mips64.go
713
IN_ONLYDIR
= 0x1000000
[
all
...]
zerrors_linux_mips64le.go
713
IN_ONLYDIR
= 0x1000000
[
all
...]
zerrors_linux_mipsle.go
713
IN_ONLYDIR
= 0x1000000
[
all
...]
zerrors_linux_ppc64.go
713
IN_ONLYDIR
= 0x1000000
[
all
...]
zerrors_linux_ppc64le.go
713
IN_ONLYDIR
= 0x1000000
[
all
...]
zerrors_linux_s390x.go
713
IN_ONLYDIR
= 0x1000000
[
all
...]
Completed in 1467 milliseconds