OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_O_RDONLY
(Results
1 - 25
of
37
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h
13
#define
_O_RDONLY
0x0000
25
#define _O_ACCMODE (
_O_RDONLY
|_O_WRONLY|_O_RDWR)
36
#define O_RDONLY
_O_RDONLY
/external/e2fsprogs/include/nonunix/
unistd.h
12
#define O_RDONLY
_O_RDONLY
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h
55
# define O_RDONLY
_O_RDONLY
/external/libmojo/mojo/edk/test/
test_utils_win.cc
103
flags |=
_O_RDONLY
;
/external/tcpdump/
netdissect-stdinc.h
155
#define O_RDONLY
_O_RDONLY
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
platformtest.cpp
116
int fd = _open(filename_, _O_BINARY |
_O_RDONLY
);
/prebuilts/go/darwin-x86/src/runtime/
defs_linux_arm.go
72
_O_RDONLY
= 0
defs_linux_mips64x.go
148
_O_RDONLY
= 0x0
defs_linux_s390x.go
141
_O_RDONLY
= 0x0
defs_linux_386.go
80
_O_RDONLY
= 0x0
defs_linux_arm64.go
148
_O_RDONLY
= 0x0
defs_linux_mipsx.go
149
_O_RDONLY
= 0x0
defs_linux_ppc64.go
148
_O_RDONLY
= 0x0
defs_linux_ppc64le.go
148
_O_RDONLY
= 0x0
defs_linux_amd64.go
147
_O_RDONLY
= 0x0
/prebuilts/go/linux-x86/src/runtime/
defs_linux_arm.go
72
_O_RDONLY
= 0
defs_linux_mips64x.go
148
_O_RDONLY
= 0x0
defs_linux_s390x.go
141
_O_RDONLY
= 0x0
defs_linux_386.go
80
_O_RDONLY
= 0x0
defs_linux_arm64.go
148
_O_RDONLY
= 0x0
defs_linux_mipsx.go
149
_O_RDONLY
= 0x0
defs_linux_ppc64.go
148
_O_RDONLY
= 0x0
defs_linux_ppc64le.go
148
_O_RDONLY
= 0x0
defs_linux_amd64.go
147
_O_RDONLY
= 0x0
/external/libevent/test/
regress_main.c
168
return _open_osfhandle((intptr_t)h,
_O_RDONLY
);
Completed in 1149 milliseconds
1
2