Searched refs:parseGkiKernelRelease (Results 1 – 4 of 4) sorted by relevance
/system/libvintf/include/vintf/ |
D | RuntimeInfo.h | 120 static status_t parseGkiKernelRelease(RuntimeInfo::FetchFlags flags,
|
/system/libvintf/ |
D | RuntimeInfo-target.cpp | 102 status_t err = RuntimeInfo::parseGkiKernelRelease(flags, mRuntimeInfo->mOsRelease, in fetchVersion()
|
D | RuntimeInfo.cpp | 144 status_t RuntimeInfo::parseGkiKernelRelease(RuntimeInfo::FetchFlags flags, in parseGkiKernelRelease() function in android::vintf::RuntimeInfo
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 134 static status_t parseGkiKernelRelease(RuntimeInfo::FetchFlags flags, in parseGkiKernelRelease() function 137 return RuntimeInfo::parseGkiKernelRelease(flags, kernelRelease, version, kernelLevel); in parseGkiKernelRelease() 5473 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::ALL, "5.4.42-android12-0-something", in TEST_F() 5481 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::CPU_VERSION, in TEST_F() 5488 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, in TEST_F() 5495 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, in TEST_F() 5503 parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, in TEST_F() 5510 EXPECT_EQ(OK, parseGkiKernelRelease(RuntimeInfo::FetchFlag::KERNEL_FCM, "6.1.0-android15-0", in TEST_F()
|