Searched defs:RuntimeInfo (Results 1 – 2 of 2) sorted by relevance
39 struct RuntimeInfo { struct41 RuntimeInfo() {} in RuntimeInfo() argument98 friend std::string dump(const RuntimeInfo& ki, bool); argument102 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 …]
798 TEST_F(LibVintfTest, RuntimeInfo) { in TEST_F() argument