Searched refs:JS_EXT (Results 1 – 1 of 1) sorted by relevance
50 constexpr char JS_EXT[] = ".js"; variable377 info.pluginName = info.pluginName + JS_EXT; in GetPackagePath()379 size_t pos = info.pluginName.rfind(JS_EXT); in GetPackagePath()380 …o.pluginName.front() == '/' && pos != std::string::npos && info.pluginName.substr(pos) == JS_EXT) { in GetPackagePath()446 auto pos = info.pluginName.rfind(JS_EXT); in GetAbilityNameByWant()447 if (pos != std::string::npos && (strList[0].substr(pos) == JS_EXT)) { in GetAbilityNameByWant()456 strList[0] = strList[0] + JS_EXT; in GetAbilityNameByWant()458 auto pos = strList[0].rfind(JS_EXT); in GetAbilityNameByWant()459 if (pos != std::string::npos && (strList[0].substr(pos) == JS_EXT)) { in GetAbilityNameByWant()