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
defs:copySize
(Results
1 - 4
of
4
) sorted by relevance
/base/time/time_service/test/fuzztest/timeservice_fuzzer/timesntp_fuzzer/
H
A
D
timesntp_fuzzer.cpp
34
size_t
copySize
= (size < NTP_PACKAGE_SIZE) ? size : NTP_PACKAGE_SIZE;
in Convert()
local
/base/update/updater/services/flow_update/update_bin/
H
A
D
bin_flow_update.cpp
94
uint32_t
copySize
= std::min(static_cast<size_t>(len), static_cast<size_t>(maxBufSize_ - curlen_));
in AddRemainData()
local
/base/msdp/device_status/utils/common/src/
H
A
D
util.cpp
248
size_t
copySize
= std::min(tempName.size(), PROGRAM_NAME_SIZE - 1);
in GetProgramName()
local
/base/security/device_auth/common_lib/impl/src/
H
A
D
hc_parcel.c
146
uint32_t
copySize
= parcelSizeOrg - start - dataSize;
in ParcelEraseBlock()
local
Completed in 4 milliseconds