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:versionLen
(Results
1 - 3
of
3
) sorted by relevance
/base/startup/init/simulator/parameter/src/
H
A
D
parameter_common.c
212
const int
versionLen
= strlen(versionValue);
in BuildDisplayVersion()
local
213
if (
versionLen
> 0) {
in BuildDisplayVersion()
214
if (versionValue[
versionLen
- 1] != ')') {
in BuildDisplayVersion()
218
char tempValue[
versionLen
];
in BuildDisplayVersion()
219
(void)memset_s(tempValue,
versionLen
, 0,
versionLen
);
in BuildDisplayVersion()
220
if (strncpy_s(tempValue,
versionLen
, versionValue,
versionLen
- 1) != 0) {
in BuildDisplayVersion()
223
tempValue[
versionLen
- 1] = '\0';
in BuildDisplayVersion()
/base/security/huks/interfaces/inner_api/huks_standard/source/
H
A
D
hks_api.c
69
uint32_t
versionLen
= strlen(HKS_SDK_VERSION);
in HksGetSdkVersion()
local
70
if (sdkVersion->size < (
versionLen
+ 1)) {
in HksGetSdkVersion()
74
if (memcpy_s(sdkVersion->data, sdkVersion->size, HKS_SDK_VERSION,
versionLen
) != EOK) {
in HksGetSdkVersion()
79
sdkVersion->data[
versionLen
] = '\0';
in HksGetSdkVersion()
80
sdkVersion->size =
versionLen
;
in HksGetSdkVersion()
/base/telephony/core_service/services/sim/src/
H
A
D
esim_file.cpp
2919
uint32_t
versionLen
= euiccFirmwareVerNode->Asn1AsBytes(euiccFirmwareVerRaw);
in EuiccInfo2ParseEuiccFirmwareVer()
local
2920
if (
versionLen
< EUICC_INFO_VERSION_MIN_LENGTH) {
in EuiccInfo2ParseEuiccFirmwareVer()
2955
uint32_t
versionLen
= ts102241VersionNode->Asn1AsBytes(ts102241VersionRaw);
in EuiccInfo2ParseTs102241Version()
local
2956
if (
versionLen
< EUICC_INFO_VERSION_MIN_LENGTH) {
in EuiccInfo2ParseTs102241Version()
2971
uint32_t
versionLen
= globalPlatformVersionNode->Asn1AsBytes(globalPlatformVersionRaw);
in EuiccInfo2ParseGlobalPlatformVersion()
local
2972
if (
versionLen
< EUICC_INFO_VERSION_MIN_LENGTH) {
in EuiccInfo2ParseGlobalPlatformVersion()
3027
uint32_t
versionLen
= ppVersionNode->Asn1AsBytes(ppVersionNodeRaw);
in EuiccInfo2ParsePpVersion()
local
3028
if (
versionLen
< EUICC_INFO_VERSION_MIN_LENGTH) {
in EuiccInfo2ParsePpVersion()
Completed in 7 milliseconds