Home
last modified time | relevance | path

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

/hardware/interfaces/compatibility_matrices/exclude/
Dfcm_exclude.cpp78 auto package_has_prefix = [&](const std::string& prefix) { in ShouldCheckMissingHalsInFcm() local
83 if (!std::any_of(included_prefixes.begin(), included_prefixes.end(), package_has_prefix)) { in ShouldCheckMissingHalsInFcm()
91 return !std::any_of(excluded_prefixes.begin(), excluded_prefixes.end(), package_has_prefix); in ShouldCheckMissingHalsInFcm()