Home
last modified time | relevance | path

Searched defs:allPathSize (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp1823 size_t allPathSize = strlen(rootPath) + strlen(basePath) + 1 + USER_ID_SIZE + bundleNameLen; in IsUnlockStatus() local
1849 size_t allPathSize = strlen(rootPath) + strlen(targetPath) + strlen(bundleName) + 2; in MountDir() local
2083 …size_t allPathSize = strlen(rootPath) + USER_ID_SIZE + strlen(appInfo->name) + strlen(targetPath) … in UmountDir() local
/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() local