Searched refs:parseKernelConfigValue (Results 1 – 4 of 4) sorted by relevance
51 friend bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv);
95 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv);
184 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv) { in parseKernelConfigValue() function
489 if (!::android::vintf::parseKernelConfigValue(stringValue, object)) { in buildObject()