Searched refs:deviceSvcFile (Results 1 – 1 of 1) sorted by relevance
114 private File deviceSvcFile; field in SELinuxHostTest842 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()