Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dproperty_type.cpp31 bool CheckType(const std::string& type_string, const std::string& value) { in CheckType() argument
37 auto type_strings = Split(type_string, " "); in CheckType()
H A Dproperty_type.h25 bool CheckType(const std::string& type_string, const std::string& value);