Home
last modified time | relevance | path

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

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