Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DKernelConfigTypedValue.h51 friend bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv);
Dparse_string.h95 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv);
/system/libvintf/
Dparse_string.cpp184 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv) { in parseKernelConfigValue() function
Dparse_xml.cpp489 if (!::android::vintf::parseKernelConfigValue(stringValue, object)) { in buildObject()