Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DRuntimeInfo.h54 const std::string &osRelease() const;
/system/libvintf/
DRuntimeInfo.cpp36 const std::string &RuntimeInfo::osRelease() const { in osRelease() function in android::vintf::RuntimeInfo
Dparse_string.cpp473 oss << "kernel = " << ki.osName() << "/" << ki.nodeName() << "/" << ki.osRelease() << "/" in dump()