Home
last modified time | relevance | path

Searched refs:mOsName (Results 1 – 5 of 5) sorted by relevance

/system/libvintf/test/
DRuntimeInfo-fake.cpp27 mOsName = "Linux"; in doFetch()
DLibVintfTest.cpp184 info.mOsName = "Linux"; in testRuntimeInfo()
/system/libvintf/include/vintf/
DRuntimeInfo.h103 std::string mOsName; member
/system/libvintf/
DRuntimeInfo.cpp29 return mOsName; in osName()
DRuntimeInfo-target.cpp119 mRuntimeInfo->mOsName = buf.sysname; in fetchVersion()