Home
last modified time | relevance | path

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

/aosp_15_r20/cts/hostsidetests/security/src/android/security/cts/
H A DSELinuxHostTest.java114 private File deviceSvcFile; field in SELinuxHostTest
842 deviceSvcFile = createTempFile("service_contexts", ".tmp"); in testAospServiceContexts()
843 if (!mDevice.pullFile("/system/etc/selinux/plat_service_contexts", deviceSvcFile)) { in testAospServiceContexts()
844 mDevice.pullFile("/plat_service_contexts", deviceSvcFile); in testAospServiceContexts()
850 assertContainsAllLines(aospSvcFile, deviceSvcFile); in testAospServiceContexts()
921 deviceSvcFile = createTempFile("service_contexts", ".tmp"); in testValidServiceContexts()
922 mDevice.pullFile("/service_contexts", deviceSvcFile); in testValidServiceContexts()
927 deviceSvcFile.getAbsolutePath()); in testValidServiceContexts()