Home
last modified time | relevance | path

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

/hardware/interfaces/compatibility_matrices/exclude/
Dfcm_exclude.cpp34 static std::vector<std::string> excluded_prefixes{ in ShouldCheckMissingHidlHalsInFcm() local
123 return !std::any_of(excluded_prefixes.begin(), excluded_prefixes.end(), package_has_prefix); in ShouldCheckMissingHidlHalsInFcm()
134 static std::vector<std::string> excluded_prefixes{ in ShouldCheckMissingAidlHalsInFcm() local
186 return !std::any_of(excluded_prefixes.begin(), excluded_prefixes.end(), package_has_prefix); in ShouldCheckMissingAidlHalsInFcm()