Home
last modified time | relevance | path

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

/system/tools/sysprop/
DCommon.cpp224 std::unordered_map<std::string, sysprop::Type> prop_types; in ValidateProps() local
242 sysprop::Type prev_type = prop_types.emplace(name, type).first->second; in ValidateProps()