Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java1794 private File mKeyFile; field in AdbDebuggingManager.AdbKeyStore
1829 mKeyFile = keyFile; in AdbKeyStore()
1883 if (mKeyFile == null) { in initKeyFile()
1884 mKeyFile = getAdbTempKeysFile(); in initKeyFile()
1887 if (mKeyFile != null) { in initKeyFile()
1888 mAtomicKeyFile = new AtomicFile(mKeyFile); in initKeyFile()
1938 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for reading"); in getKeyMap()
2008 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for reading"); in getKeyMapBeforeKeystoreVersion()
2058 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for reading"); in getTrustedNetworks()
2144 Slog.e(TAG, "Unable to obtain the key file, " + mKeyFile + ", for writing"); in persistKeyStore()