Home
last modified time | relevance | path

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

/system/libvintf/test/
DRuntimeInfo-fake.cpp43 mOsVersion = "#4 SMP PREEMPT Wed Feb 1 18:10:52 PST 2017"; in doFetch()
DLibVintfTest.cpp189 info.mOsVersion = "#4 SMP PREEMPT Wed Feb 1 18:10:52 PST 2017"; in testRuntimeInfo()
/system/libvintf/include/vintf/
DRuntimeInfo.h118 std::string mOsVersion; member
/system/libvintf/
DRuntimeInfo.cpp41 return mOsVersion; in osVersion()
DRuntimeInfo-target.cpp125 mRuntimeInfo->mOsVersion = buf.version; in fetchVersion()