Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DRuntimeInfo.h43 struct RuntimeInfo { struct
45 RuntimeInfo() {} in RuntimeInfo() argument
109 friend std::string dump(const RuntimeInfo& ki, bool); argument
114 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 …]
/system/libvintf/test/
DLibVintfTest.cpp802 TEST_F(LibVintfTest, RuntimeInfo) { in TEST_F() argument