Home
last modified time | relevance | path

Searched refs:rootLen (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_blob_if.c109 int32_t rootLen = HcsGetNodeOrAttrLength(blob); in HcsGetNodeLength() local
110 if (rootLen < 0) { in HcsGetNodeLength()
111 HDF_LOGE("%{public}s failed, the rootLen is %{public}d", __func__, rootLen); in HcsGetNodeLength()
114rootLen += (int32_t)HcsByteCodeToUint32(blob + HCS_PREFIX_LENGTH + HCS_STRING_LENGTH(blob + HCS_PR… in HcsGetNodeLength()
115 return rootLen; in HcsGetNodeLength()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp215 …uint32_t rootLen = TAG_AND_LEN_BYTE + dataContent->contentSize + TAG_AND_LEN_BYTE + ED25519_FIX_SI… in GenerateRetTlv() local
216 if (WriteTlvHead(ATTR_ROOT, rootLen, retTlv) != RESULT_SUCCESS || in GenerateRetTlv()
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.c115 uint32_t rootLen = strlen(sandbox->rootPath); in BuildRootPath() local
124 if (rootLen > (currLen + userIdLen)) { in BuildRootPath()
794 uint32_t rootLen = strlen(path); in UnmountDepPaths() local
802 path[rootLen] = '\0'; in UnmountDepPaths()
814 uint32_t rootLen = strlen(path); in UnmountSandboxConfigs() local
829 path[rootLen] = '\0'; in UnmountSandboxConfigs()