Searched refs:package_has_prefix (Results 1 – 1 of 1) sorted by relevance
109 auto package_has_prefix = [&](const std::string& prefix) { in ShouldCheckMissingHidlHalsInFcm() local114 if (!std::any_of(included_prefixes.begin(), included_prefixes.end(), package_has_prefix)) { in ShouldCheckMissingHidlHalsInFcm()123 return !std::any_of(excluded_prefixes.begin(), excluded_prefixes.end(), package_has_prefix); in ShouldCheckMissingHidlHalsInFcm()172 auto package_has_prefix = [&](const std::string& prefix) { in ShouldCheckMissingAidlHalsInFcm() local177 if (!std::any_of(included_prefixes.begin(), included_prefixes.end(), package_has_prefix)) { in ShouldCheckMissingAidlHalsInFcm()186 return !std::any_of(excluded_prefixes.begin(), excluded_prefixes.end(), package_has_prefix); in ShouldCheckMissingAidlHalsInFcm()