HomeSort by relevance Sort by last modified time
    Searched refs:parseKernelConfigInt (Results 1 - 3 of 3) sorted by null

  /system/libvintf/
KernelConfigTypedValue.cpp 76 return parseKernelConfigInt(s, &iv) && iv == mIntegerValue;
parse_string.cpp 134 bool parseKernelConfigInt(const std::string &s, int64_t *i) {
138 bool parseKernelConfigInt(const std::string &s, uint64_t *i) {
147 return parseKernelConfigInt(s.substr(0, pos), &range->first)
148 && parseKernelConfigInt(s.substr(pos + 1), &range->second);
162 return parseKernelConfigInt(s, &kctv->mIntegerValue);
  /system/libvintf/include/vintf/
parse_string.h 72 bool parseKernelConfigInt(const std::string &s, int64_t *i);
73 bool parseKernelConfigInt(const std::string &s, uint64_t *i);

Completed in 147 milliseconds