Searched refs:mWellKnownKeyStorePath (Results 1 – 1 of 1) sorted by relevance
78 private static File mWellKnownKeyStorePath; field in ApexSignatureVerificationTest93 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()