Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DRuntimeInfo.h39 struct RuntimeInfo { struct
41 RuntimeInfo() {} in RuntimeInfo() argument
98 friend std::string dump(const RuntimeInfo& ki, bool); argument
102 KernelInfo mKernel;
103 std::string mOsName;
104 std::string mNodeName;
105 std::string mOsRelease;
106 std::string mOsVersion;
107 std::string mHardwareId;
109 std::vector<std::string> mSepolicyFilePaths;
[all …]
/system/libvintf/test/
DLibVintfTest.cpp798 TEST_F(LibVintfTest, RuntimeInfo) { in TEST_F() argument