Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:_O_RDONLY
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/
H
A
D
unicode_gif.h
49
int file_handle = _wopen(file_name,
_O_RDONLY
| _O_BINARY);
in DGifOpenFileUnicode()
/third_party/libwebsockets/include/
H
A
D
libwebsockets.h
87
#define
_O_RDONLY
0x0000
macro
88
#define O_RDONLY
_O_RDONLY
130
#define LWS_O_RDONLY
_O_RDONLY
/third_party/libwebsockets/lib/plat/windows/
H
A
D
windows-file.c
45
if (((*flags) & 7) ==
_O_RDONLY
)
in _lws_plat_file_open()
/third_party/libuv/test/
H
A
D
runner-win.c
224
fd = _open_osfhandle((intptr_t)p->stdio_out,
_O_RDONLY
| _O_TEXT);
in process_copy_output()
H
A
D
test-pipe-getsockname.c
244
readfd = _open_osfhandle((intptr_t)readh,
_O_RDONLY
);
in TEST_IMPL()
/third_party/libuv/include/uv/
H
A
D
win.h
683
#define UV_FS_O_RDONLY
_O_RDONLY
/third_party/node/deps/uv/include/uv/
H
A
D
win.h
679
#define UV_FS_O_RDONLY
_O_RDONLY
/third_party/python/PC/
H
A
D
_msi.c
239
int result = _wopen(ws,
_O_RDONLY
| _O_BINARY | O_NOINHERIT);
in FNFCIGETOPENINFO()
/third_party/python/Modules/_io/
H
A
D
winconsoleio.c
369
self->fd = _Py_open_osfhandle_noraise(handle,
_O_RDONLY
| _O_BINARY);
in _io__WindowsConsoleIO___init___impl()
/third_party/python/Modules/
H
A
D
posixmodule.c
10275
fds[0] = _Py_open_osfhandle_noraise(read,
_O_RDONLY
);
in os_pipe_impl()
Completed in 23 milliseconds