Home
last modified time | relevance | path

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

/aosp12/system/tools/sysprop/
H A DTypeChecker.cpp56 bool IsCompatible(const sysprop::Property& prop, const std::string& ctx_type) { in IsCompatible() argument
63 auto ctx_values = android::base::Split(ctx_type, " "); in IsCompatible()
73 return SyspropTypeToContextType(prop) == ctx_type; in IsCompatible()