Searched refs:ETS_EXT (Results 1 – 1 of 1) sorted by relevance
51 constexpr char ETS_EXT[] = ".ets"; variable374 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()