OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ST_NOEXEC
(Results
1 - 15
of
15
) sorted by null
/external/strace/xlat/
statfs_flags.h
34
#if defined(
ST_NOEXEC
) || (defined(HAVE_DECL_ST_NOEXEC) && HAVE_DECL_ST_NOEXEC)
36
static_assert((
ST_NOEXEC
) == (0x0008), "
ST_NOEXEC
!= 0x0008");
39
# define
ST_NOEXEC
0x0008
91
XLAT(
ST_NOEXEC
),
/bionic/libc/include/sys/
statvfs.h
55
#define
ST_NOEXEC
0x0008
/external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c
127
ST_NOEXEC
| ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \
138
if (stat.f_flag &
ST_NOEXEC
)
/external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go
1255
ST_NOEXEC
= 0x8
[
all
...]
ztypes_linux_amd64.go
1274
ST_NOEXEC
= 0x8
[
all
...]
ztypes_linux_arm.go
1244
ST_NOEXEC
= 0x8
[
all
...]
ztypes_linux_arm64.go
1253
ST_NOEXEC
= 0x8
[
all
...]
ztypes_linux_mips.go
1249
ST_NOEXEC
= 0x8
[
all
...]
ztypes_linux_mips64.go
1255
ST_NOEXEC
= 0x8
[
all
...]
ztypes_linux_mips64le.go
1255
ST_NOEXEC
= 0x8
[
all
...]
ztypes_linux_mipsle.go
1249
ST_NOEXEC
= 0x8
[
all
...]
ztypes_linux_ppc64.go
1263
ST_NOEXEC
= 0x8
[
all
...]
ztypes_linux_ppc64le.go
1263
ST_NOEXEC
= 0x8
[
all
...]
ztypes_linux_s390x.go
1280
ST_NOEXEC
= 0x8
[
all
...]
/external/python/cpython3/Modules/
posixmodule.c
[
all
...]
Completed in 135 milliseconds