Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp753 const int userIdBase = 200000; in GetSandboxOptions() local
756 options += std::to_string(dacInfo->uid / userIdBase); in GetSandboxOptions()
1815 const int userIdBase = 200000; in IsUnlockStatus() local
1816 uid = uid / userIdBase; in IsUnlockStatus()
1842 const int userIdBase = 200000; in MountDir() local
1853 …int len = sprintf_s(path, allPathSize, "%s%u/%s%s", rootPath, info->uid / userIdBase, bundleName, … in MountDir()