Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp51 constexpr char ETS_EXT[] = ".ets"; variable
374 size_t pos_ets = info.pluginName.rfind(ETS_EXT); in GetPackagePath()
375 if (pos_ets != std::string::npos && info.pluginName.substr(pos_ets) == ETS_EXT) { in GetPackagePath()
453 size_t pos_ets = strList[0].rfind(ETS_EXT); in GetAbilityNameByWant()
454 if (pos_ets != std::string::npos && strList[0].substr(pos_ets) == ETS_EXT) { in GetAbilityNameByWant()