Home
last modified time | relevance | path

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

/hardware/interfaces/compatibility_matrices/exclude/
Dfcm_exclude.cpp44 static std::vector<std::string> excluded_exact{ in ShouldCheckMissingHidlHalsInFcm() local
118 if (std::find(excluded_exact.begin(), excluded_exact.end(), packageAndVersion) != in ShouldCheckMissingHidlHalsInFcm()
119 excluded_exact.end()) { in ShouldCheckMissingHidlHalsInFcm()
161 static std::vector<std::string> excluded_exact{ in ShouldCheckMissingAidlHalsInFcm() local
181 if (std::find(excluded_exact.begin(), excluded_exact.end(), packageAndVersion) != in ShouldCheckMissingAidlHalsInFcm()
182 excluded_exact.end()) { in ShouldCheckMissingAidlHalsInFcm()