Home
last modified time | relevance | path

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

/aosp12/system/libvintf/include/vintf/
H A DRuntimeInfo.h43 struct RuntimeInfo { struct
45 RuntimeInfo() {} in RuntimeInfo() function
130 KernelInfo mKernel;
131 std::string mOsName;
132 std::string mNodeName;
133 std::string mOsRelease;
134 std::string mOsVersion;
135 std::string mHardwareId;
138 std::string mCpuInfo;
140 Version mBootAvbVersion;
[all …]
/aosp12/system/libvintf/test/
H A DLibVintfTest.cpp809 TEST_F(LibVintfTest, RuntimeInfo) { in TEST_F() argument