Searched refs:userIdBase (Results 1 – 1 of 1) sorted by relevance
753 const int userIdBase = 200000; in GetSandboxOptions() local756 options += std::to_string(dacInfo->uid / userIdBase); in GetSandboxOptions()1815 const int userIdBase = 200000; in IsUnlockStatus() local1816 uid = uid / userIdBase; in IsUnlockStatus()1842 const int userIdBase = 200000; in MountDir() local1853 …int len = sprintf_s(path, allPathSize, "%s%u/%s%s", rootPath, info->uid / userIdBase, bundleName, … in MountDir()