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_EACCES
(Results
1 - 20
of
20
) sorted by relevance
/third_party/libuv/test/
H
A
D
test-error.c
67
ASSERT_EQ(uv_translate_sys_error(ERROR_NOACCESS),
UV_EACCES
);
in TEST_IMPL()
local
68
ASSERT_EQ(uv_translate_sys_error(ERROR_ELEVATION_REQUIRED),
UV_EACCES
);
in TEST_IMPL()
local
78
ASSERT_EQ(uv_translate_sys_error(
UV_EACCES
),
UV_EACCES
);
in TEST_IMPL()
local
H
A
D
test-fs-copyfile.c
217
ASSERT_EQ(req.result,
UV_EACCES
);
in TEST_IMPL()
218
ASSERT_EQ(r,
UV_EACCES
);
in TEST_IMPL()
H
A
D
test-process-priority.c
44
/* If
UV_EACCES
is returned, the current user doesn't have permission to
in TEST_IMPL()
46
if (r ==
UV_EACCES
)
in TEST_IMPL()
H
A
D
test-pipe-connect-error.c
54
if (status !=
UV_EACCES
)
in connect_cb_file()
H
A
D
test-pipe-bind-error.c
84
ASSERT_EQ(r,
UV_EACCES
);
in TEST_IMPL()
H
A
D
test-spawn.c
194
ASSERT(r == UV_ENOENT || r ==
UV_EACCES
);
in TEST_IMPL()
214
ASSERT(r == UV_ENOENT || r ==
UV_EACCES
);
in TEST_IMPL()
1364
ASSERT(r == UV_ENOENT || r ==
UV_EACCES
);
in TEST_IMPL()
1453
ASSERT(r == UV_ENOENT || r ==
UV_EACCES
);
in TEST_IMPL()
1490
if (r ==
UV_EACCES
)
in TEST_IMPL()
2015
ASSERT_EQ(r,
UV_EACCES
);
in TEST_IMPL()
/third_party/libuv/src/win/
H
A
D
error.c
72
case ERROR_NOACCESS: return
UV_EACCES
;
in uv_translate_sys_error()
73
case WSAEACCES: return
UV_EACCES
;
in uv_translate_sys_error()
74
case ERROR_ELEVATION_REQUIRED: return
UV_EACCES
;
in uv_translate_sys_error()
75
case ERROR_CANT_ACCESS_FILE: return
UV_EACCES
;
in uv_translate_sys_error()
H
A
D
thread.c
173
return
UV_EACCES
;
in uv_thread_create_ex()
H
A
D
pipe.c
490
return
UV_EACCES
;
in uv__set_pipe_handle()
790
err =
UV_EACCES
;
in uv_pipe_bind2()
/third_party/node/deps/uv/src/win/
H
A
D
error.c
72
case ERROR_NOACCESS: return
UV_EACCES
;
in uv_translate_sys_error()
73
case WSAEACCES: return
UV_EACCES
;
in uv_translate_sys_error()
74
case ERROR_ELEVATION_REQUIRED: return
UV_EACCES
;
in uv_translate_sys_error()
75
case ERROR_CANT_ACCESS_FILE: return
UV_EACCES
;
in uv_translate_sys_error()
H
A
D
thread.c
173
return
UV_EACCES
;
in uv_thread_create_ex()
H
A
D
pipe.c
482
return
UV_EACCES
;
in uv__set_pipe_handle()
758
err = WSAEACCES; /* Translates to
UV_EACCES
. */
in uv_pipe_bind()
/third_party/libuv/src/
H
A
D
random.c
51
case
UV_EACCES
:
in uv__random()
/third_party/node/deps/uv/src/
H
A
D
random.c
51
case
UV_EACCES
:
in uv__random()
/third_party/node/deps/uvwasi/src/
H
A
D
uv_mapping.c
35
case
UV_EACCES
: return UVWASI_EACCES;
in uvwasi__translate_uv_error()
/third_party/node/deps/uv/src/unix/
H
A
D
pipe.c
94
err =
UV_EACCES
;
in uv_pipe_bind()
/third_party/node/lib/internal/
H
A
D
child_process.js
65
UV_EACCES
,
392
if (err ===
UV_EACCES
||
/third_party/libuv/src/unix/
H
A
D
pipe.c
128
err =
UV_EACCES
;
in uv_pipe_bind2()
H
A
D
fs.c
1216
if (err !=
UV_EACCES
)
in uv__fs_copyfile()
/third_party/node/src/
H
A
D
node_file.cc
1551
case
UV_EACCES
:
in MKDirpSync()
1631
case
UV_EACCES
:
in MKDirpAsync()
Completed in 24 milliseconds