Home
last modified time | relevance | path

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

/aosp_15_r20/system/libvintf/include/vintf/
H A DKernelConfigTypedValue.h52 friend bool parseKernelConfigTypedValue(const std::string& s, KernelConfigTypedValue* kctv);
H A Dparse_string.h99 bool parseKernelConfigTypedValue(const std::string& s, KernelConfigTypedValue* kctv);
/aosp_15_r20/system/libvintf/
H A Dparse_string.cpp202 bool parseKernelConfigTypedValue(const std::string& s, KernelConfigTypedValue* kctv) { in parseKernelConfigTypedValue() function
H A DAssembleVintf.cpp262 if (!parseKernelConfigTypedValue(configPair.second, &config.second)) { in parseFileForKernelConfigs()