Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DKernelConfigTypedValue.h46 bool matchValue(const std::string &) const;
/system/libvintf/
DKernelConfigTypedValue.cpp70 bool KernelConfigTypedValue::matchValue(const std::string &s) const { in matchValue() function in android::vintf::KernelConfigTypedValue
DKernelInfo.cpp57 if (!matrixConfig.second.matchValue(kernelValue)) { in matchKernelConfigs()