Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dutil.h71 Result<void> IsLegalPropertyValue(const std::string& name, const std::string& value);
H A Dcheck_builtins.cpp169 if (auto result = IsLegalPropertyValue(name, value); !result.ok()) { in check_setprop()
H A Dutil.cpp455 Result<void> IsLegalPropertyValue(const std::string& name, const std::string& value) { in IsLegalPropertyValue() function
H A Dproperty_service.cpp392 if (auto result = IsLegalPropertyValue(name, value); !result.ok()) { in PropertySet()