Home
last modified time | relevance | path

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

/system/libvintf/
Dcheck_vintf.cpp104 struct StaticRuntimeInfo : public RuntimeInfo { struct
105 KernelVersion kernelVersion;
106 Level kernelLevel = Level::UNSPECIFIED;
107 std::string kernelConfigFile;
109 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation()