Home
last modified time | relevance | path

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

/base/startup/appspawn/util/src/
Dsandbox_utils.cpp47 constexpr int32_t UID_BASE = 200000; variable
300 path = replace_all(path, g_userId, std::to_string(appProperty->uid / UID_BASE)); in ConvertToRealPath()