Home
last modified time | relevance | path

Searched refs:pos3 (Results 1 - 1 of 1) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp342 auto pos3 = path.find('/', iconPath.length() + 1); in LoadThemeIconResource() local
343 if (pos3 == std::string::npos || pos3 < iconPath.length() + 1) { in LoadThemeIconResource()
346 std::string dynamicBundle = path.substr(iconPath.length() + 1, pos3 - iconPath.length() - 1); in LoadThemeIconResource()
352 auto pos3 = path.find('/', iconPath.length() + 1); in LoadThemeIconResource() local
353 if (pos3 == std::string::npos || pos3 < iconPath.length() + 1) { in LoadThemeIconResource()
359 auto pos4 = path.find('/', pos3 + 1); in LoadThemeIconResource()
360 if (pos4 == std::string::npos || pos4 < pos3 + 1 || pos4 != pos2) { in LoadThemeIconResource()
366 std::string abilityName = path.substr(pos3 in LoadThemeIconResource()
[all...]

Completed in 1 milliseconds