Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_element.cpp295 size_t posAssets = info.pluginName.rfind(assets); in GetPackagePathByAbsolutePath() local
296 if (posAssets != std::string::npos) { in GetPackagePathByAbsolutePath()
297 packagePathStr = info.pluginName.substr(0, posAssets); in GetPackagePathByAbsolutePath()
298 size_t posModule = info.pluginName.find("/", posAssets + assets.size()); in GetPackagePathByAbsolutePath()
301 … info.pluginName.substr(posAssets + assets.size(), posModule - (posAssets + assets.size())); in GetPackagePathByAbsolutePath()
305 info.source = info.pluginName.substr(posAssets + assets.size()); in GetPackagePathByAbsolutePath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp414 size_t posAssets = info.pluginName.rfind(assets); in GetPackagePathByAbsolutePath() local
415 if (posAssets != std::string::npos) { in GetPackagePathByAbsolutePath()
416 packagePathStr = info.pluginName.substr(0, posAssets); in GetPackagePathByAbsolutePath()
417 size_t posModule = info.pluginName.find("/", posAssets + assets.size()); in GetPackagePathByAbsolutePath()
420 … info.pluginName.substr(posAssets + assets.size(), posModule - (posAssets + assets.size())); in GetPackagePathByAbsolutePath()
424 info.source = info.pluginName.substr(posAssets + assets.size()); in GetPackagePathByAbsolutePath()