Home
last modified time | relevance | path

Searched refs:ksv (Results 1 – 2 of 2) sorted by relevance

/system/libvintf/include/vintf/
Dparse_string.h36 std::ostream &operator<<(std::ostream &os, SchemaType ksv);
61 bool parse(const std::string &s, KernelSepolicyVersion *ksv);
/system/libvintf/
Dparse_string.cpp353 std::ostream &operator<<(std::ostream &os, KernelSepolicyVersion ksv){ in operator <<() argument
354 return os << ksv.value; in operator <<()
357 bool parse(const std::string &s, KernelSepolicyVersion *ksv){ in parse() argument
358 return ParseUint(s, &ksv->value); in parse()