Searched defs:RuntimeInfo (Results 1 – 2 of 2) sorted by relevance
43 struct RuntimeInfo { struct45 RuntimeInfo() {} in RuntimeInfo() argument109 friend std::string dump(const RuntimeInfo& ki, bool); argument114 KernelInfo mKernel;115 std::string mOsName;116 std::string mNodeName;117 std::string mOsRelease;118 std::string mOsVersion;119 std::string mHardwareId;121 std::vector<std::string> mSepolicyFilePaths;[all …]
802 TEST_F(LibVintfTest, RuntimeInfo) { in TEST_F() argument