Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java114 private File deviceSvcFile; field in SELinuxHostTest
827 deviceSvcFile = createTempFile("service_contexts", ".tmp"); in testAospServiceContexts()
828 if (!mDevice.pullFile("/system/etc/selinux/plat_service_contexts", deviceSvcFile)) { in testAospServiceContexts()
829 mDevice.pullFile("/plat_service_contexts", deviceSvcFile); in testAospServiceContexts()
835 assertContainsAllLines(aospSvcFile, deviceSvcFile); in testAospServiceContexts()
906 deviceSvcFile = createTempFile("service_contexts", ".tmp"); in testValidServiceContexts()
907 mDevice.pullFile("/service_contexts", deviceSvcFile); in testValidServiceContexts()
912 deviceSvcFile.getAbsolutePath()); in testValidServiceContexts()