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);
188 bool parseKernelConfigValue(const std::string &s, KernelConfigTypedValue *kctv) { in parseKernelConfigValue() function
581 if (!::android::vintf::parseKernelConfigValue(stringValue, object)) { in buildObject()