Searched refs:ReplaceUserIdInPath (Results 1 – 2 of 2) sorted by relevance
159 if (Utils::IsFileExist(ReplaceUserIdInPath(absoluteThemeFlagA, userId))) { in LoadSAThemeRes()160 rootDirs = GetRootDir(ReplaceUserIdInPath(absoluteThemeSkinA, userId)); in LoadSAThemeRes()161 iconDirs = GetRootDir(ReplaceUserIdInPath(absoluteThemeIconsA, userId)); in LoadSAThemeRes()162 } else if (Utils::IsFileExist(ReplaceUserIdInPath(absoluteThemeFlagB, userId))) { in LoadSAThemeRes()163 rootDirs = GetRootDir(ReplaceUserIdInPath(absoluteThemeSkinB, userId)); in LoadSAThemeRes()164 iconDirs = GetRootDir(ReplaceUserIdInPath(absoluteThemeIconsB, userId)); in LoadSAThemeRes()169 const std::string ThemePackManager::ReplaceUserIdInPath(const std::string &originalPath, int32_t us… in ReplaceUserIdInPath() function in OHOS::Global::Resource::ThemePackManager
119 const std::string ReplaceUserIdInPath(const std::string &originalPath, int32_t userId);