Searched refs:userIdBase (Results 1 - 2 of 2) sorted by relevance
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_utils.cpp | 742 const int userIdBase = 200000; in GetSandboxOptions() local 745 options += std::to_string(dacInfo->uid / userIdBase); in GetSandboxOptions() 1813 const int userIdBase = 200000; 1814 uid = uid / userIdBase; 1840 const int userIdBase = 200000; 1851 int len = sprintf_s(path, allPathSize, "%s%u/%s%s", rootPath, info->uid / userIdBase, bundleName, targetPath);
|
H A D | appspawn_sandbox.c | 544 const int userIdBase = UID_BASE; in IsUnlockStatus() local 545 uid = uid / userIdBase; in IsUnlockStatus() 574 const int userIdBase = UID_BASE; in MountDir() local 579 int len = sprintf_s(path, allPathSize, "%s%u/%s%s", rootPath, info->uid / userIdBase, bundleName, targetPath); in MountDir()
|
Completed in 9 milliseconds