Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java77 private static File mBasePath; field in ApexSignatureVerificationTest
93 if (mBasePath == null && mWellKnownKeyStorePath == null in setUp()
95 mBasePath = FileUtil.createTempDir(TEST_BASE); in setUp()
96 mBasePath.deleteOnExit(); in setUp()
97 mWellKnownKeyStorePath = FileUtil.createTempDir("wellknownsignatures", mBasePath); in setUp()
112 mArchiveZip = ZipUtil.createZip(mBasePath, mBasePath.getName()); in tearDownClass()
173 File apexDir = FileUtil.createTempDir(testSrcDirPath, mBasePath); in extractApexFiles()
233 final File localTempFile = File.createTempFile(entry.getKey(), "", mBasePath); in pullApexFiles()
/cts/tests/tests/systemui/src/android/systemui/cts/
DScreenshotTestRule.java33 private String mBasePath; field in ScreenshotTestRule
52 mBasePath = basePath; in ScreenshotTestRule()
66 ScreenCaptureProcessor processors = new ScreenCaptureProcessor(mBasePath); in capture()