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);
72 bool parse(const std::string &s, KernelSepolicyVersion *ksv);
/system/libvintf/
Dparse_string.cpp449 std::ostream &operator<<(std::ostream &os, KernelSepolicyVersion ksv){ in operator <<() argument
450 return os << ksv.value; in operator <<()
453 bool parse(const std::string &s, KernelSepolicyVersion *ksv){ in parse() argument
454 return ParseUint(s, &ksv->value); in parse()