Home
last modified time | relevance | path

Searched refs:parseKernelConfigInt (Results 1 – 3 of 3) sorted by relevance

/system/libvintf/
Dparse_string.cpp165 bool parseKernelConfigInt(const std::string &s, int64_t *i) { in parseKernelConfigInt() function
169 bool parseKernelConfigInt(const std::string &s, uint64_t *i) { in parseKernelConfigInt() function
178 return parseKernelConfigInt(s.substr(0, pos), &range->first) in parseRange()
179 && parseKernelConfigInt(s.substr(pos + 1), &range->second); in parseRange()
193 return parseKernelConfigInt(s, &kctv->mIntegerValue); in parseKernelConfigValue()
207 if (parseKernelConfigInt(s, &kctv->mIntegerValue)) { in parseKernelConfigTypedValue()
DKernelConfigTypedValue.cpp76 return parseKernelConfigInt(s, &iv) && iv == mIntegerValue; in matchValue()
/system/libvintf/include/vintf/
Dparse_string.h86 bool parseKernelConfigInt(const std::string &s, int64_t *i);
87 bool parseKernelConfigInt(const std::string &s, uint64_t *i);