Home
last modified time | relevance | path

Searched refs:USER_ID_SIZE_VALUE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h35 constexpr uint32_t USER_ID_SIZE_VALUE = 16; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_manager.cpp1735 size_t allPathSize = strlen(rootPath) + strlen(basePath) + 1 + USER_ID_SIZE_VALUE; in UpdateCeEceSeceUserAuth()