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:cve
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/cve/
H
A
D
Makefile
12
cve
-2016-7042: LDLIBS += $(KEYUTILS_LIBS)
14
cve
-2014-0196
cve
-2016-7117
cve
-2017-2671
cve
-2017-17052
cve
-2017-17053: CFLAGS += -pthread
15
cve
-2014-0196
cve
-2016-7117
cve
-2017-2671: LDLIBS += -lrt
18
cve
[all...]
/third_party/node/src/
H
A
D
node_revert.h
37
inline const char* RevertMessage(const reversion
cve
) {
in RevertMessage()
argument
39
switch (
cve
) {
in RevertMessage()
51
inline void Revert(const reversion
cve
) {
in Revert()
argument
52
per_process::reverted_cve |= 1 <<
cve
;
in Revert()
53
printf("SECURITY WARNING: Reverting %s\n", RevertMessage(
cve
));
in Revert()
56
inline void Revert(const char*
cve
, std::string* error) {
in Revert()
argument
58
if (strcmp(
cve
, label) == 0) return Revert(SECURITY_REVERT_##code);
in Revert()
62
*error +=
cve
;
in Revert()
66
inline bool IsReverted(const reversion
cve
) {
in IsReverted()
argument
67
return per_process::reverted_cve & (1 <<
cve
);
in IsReverted()
70
IsReverted(const char*
cve
)
IsReverted()
argument
[all...]
H
A
D
node.cc
727
for (const std::string&
cve
: per_process::cli_options->security_reverts) {
in ProcessGlobalArgs()
728
Revert(
cve
.c_str(), &revert_error);
in ProcessGlobalArgs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H
A
D
BitcodeReader.cpp
4415
cve
= CaseVals.end(); cvi !=
cve
; ++cvi)
in parseFunctionBody()
Completed in 11 milliseconds