Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java78 private static File mWellKnownKeyStorePath; field in ApexSignatureVerificationTest
93 if (mBasePath == null && mWellKnownKeyStorePath == null in setUp()
97 mWellKnownKeyStorePath = FileUtil.createTempDir("wellknownsignatures", mBasePath); in setUp()
98 mWellKnownKeyStorePath.deleteOnExit(); in setUp()
266 outFile = File.createTempFile(keyFileName, "", mWellKnownKeyStorePath); in pullWellKnownSignatures()