Home
last modified time | relevance | path

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

/aosp_15_r20/system/libvintf/
H A Dcheck_vintf.cpp105 struct StaticRuntimeInfo : public RuntimeInfo { struct
106 KernelVersion kernelVersion;
107 Level kernelLevel = Level::UNSPECIFIED;
108 std::string kernelConfigFile;
110 status_t fetchAllInformation(FetchFlags flags) override { in fetchAllInformation()
139 void setIsMainline(bool value) { mIsMainline = value; } in setIsMainline()