Home
last modified time | relevance | path

Searched defs:kernelVersion (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bpf/libbpf_android/
H A DBpfUtils.cpp97 unsigned kernelVersion() { in kernelVersion() function
/aosp12/system/libvintf/
H A DRuntimeInfo.cpp51 const KernelVersion &RuntimeInfo::kernelVersion() const { in kernelVersion() function in android::vintf::RuntimeInfo
H A Dcheck_vintf.cpp105 KernelVersion kernelVersion; member
H A Dparse_string.cpp309 bool parse(const std::string &s, KernelVersion *kernelVersion) { in parse()