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:UV_FS_O_EXCL
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-fs-open-flags.c
328
UV_FS_O_EXCL
;
in fs_open_flags()
347
UV_FS_O_EXCL
;
in fs_open_flags()
367
UV_FS_O_EXCL
;
in fs_open_flags()
399
UV_FS_O_EXCL
;
in fs_open_flags()
/third_party/libuv/include/uv/
H
A
D
unix.h
440
# define
UV_FS_O_EXCL
O_EXCL
macro
442
# define
UV_FS_O_EXCL
0
macro
H
A
D
win.h
680
#define
UV_FS_O_EXCL
_O_EXCL
macro
/third_party/node/deps/uv/include/uv/
H
A
D
unix.h
438
# define
UV_FS_O_EXCL
O_EXCL
macro
440
# define
UV_FS_O_EXCL
0
macro
H
A
D
win.h
676
#define
UV_FS_O_EXCL
_O_EXCL
macro
/third_party/libuv/src/win/
H
A
D
fs.c
449
switch (flags & (UV_FS_O_CREAT |
UV_FS_O_EXCL
| UV_FS_O_TRUNC)) {
in fs__open()
451
case
UV_FS_O_EXCL
:
in fs__open()
457
case UV_FS_O_CREAT |
UV_FS_O_EXCL
:
in fs__open()
458
case UV_FS_O_CREAT | UV_FS_O_TRUNC |
UV_FS_O_EXCL
:
in fs__open()
462
case UV_FS_O_TRUNC |
UV_FS_O_EXCL
:
in fs__open()
556
!(flags &
UV_FS_O_EXCL
)) {
in fs__open()
/third_party/node/deps/uv/src/win/
H
A
D
fs.c
515
switch (flags & (UV_FS_O_CREAT |
UV_FS_O_EXCL
| UV_FS_O_TRUNC)) {
in fs__open()
517
case
UV_FS_O_EXCL
:
in fs__open()
523
case UV_FS_O_CREAT |
UV_FS_O_EXCL
:
in fs__open()
524
case UV_FS_O_CREAT | UV_FS_O_TRUNC |
UV_FS_O_EXCL
:
in fs__open()
528
case UV_FS_O_TRUNC |
UV_FS_O_EXCL
:
in fs__open()
622
!(flags &
UV_FS_O_EXCL
)) {
in fs__open()
/third_party/node/deps/uvwasi/src/
H
A
D
uvwasi.c
1991
flags |=
UV_FS_O_EXCL
;
in uvwasi_path_open()
Completed in 19 milliseconds