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:BUFFER_LENGTH
(Results
1 - 8
of
8
) sorted by relevance
/base/startup/init/test/exec_test/
H
A
D
fd_holder_test.c
24
#define
BUFFER_LENGTH
5
macro
40
(void)write(fds[i], "hello",
BUFFER_LENGTH
);
in SaveFds()
66
if (write(fd, "world",
BUFFER_LENGTH
) < 0) {
in main()
H
A
D
client.c
24
#define
BUFFER_LENGTH
15
macro
/base/security/dlp_permission_service/test/fuzztest/dlp_permission/stub_fuzzer/parsecertstub_fuzzer/
H
A
D
parsecertstub_fuzzer.cpp
38
const uint32_t
BUFFER_LENGTH
= 30;
member
45
for (uint32_t i = 0; i <
BUFFER_LENGTH
; i++) {
in InitCertJson()
58
if ((data == nullptr) || (size <
BUFFER_LENGTH
)) {
in FuzzTest()
65
std::string appId(reinterpret_cast<const char*>(data +
BUFFER_LENGTH
), size -
BUFFER_LENGTH
);
in FuzzTest()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/unittest/
H
A
D
leak_detector_unit_test.cpp
34
constexpr int
BUFFER_LENGTH
= 128;
member
/base/update/packaging_tools/zipalign/src/main/java/com/ohos/
H
A
D
ZipAlign.java
40
private static final int
BUFFER_LENGTH
= 4096;
field in ZipAlign
83
byte[] buffer = new byte[
BUFFER_LENGTH
];
in copyFiles()
/base/update/sys_installer/tools/zipalign/src/main/java/com/ohos/
H
A
D
ZipAlign.java
40
private static final int
BUFFER_LENGTH
= 4096;
field in ZipAlign
83
byte[] buffer = new byte[
BUFFER_LENGTH
];
in copyFiles()
/base/security/code_signature/test/unittest/
H
A
D
enable_verity_test.cpp
48
constexpr uint32_t
BUFFER_LENGTH
= 4096;
member
198
uint8_t buffer[
BUFFER_LENGTH
];
in ExpandFile()
199
(void)memset_s(buffer,
BUFFER_LENGTH
, 0,
BUFFER_LENGTH
);
in ExpandFile()
200
size_t writeSize =
BUFFER_LENGTH
;
in ExpandFile()
204
if (gapSize - totalSize <
BUFFER_LENGTH
) {
in ExpandFile()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
H
A
D
test_util.cpp
37
constexpr int
BUFFER_LENGTH
= 128;
member
166
array<char,
BUFFER_LENGTH
> buffer;
in ExecCmd()
Completed in 4 milliseconds