Searched refs:mEncryptedStoreFilePath (Results 1 – 1 of 1) sorted by relevance
223 @Nullable private final File mEncryptedStoreFilePath; field in VirtualMachine369 mEncryptedStoreFilePath = in VirtualMachine()410 vm.mEncryptedStoreFilePath.createNewFile(); in fromDescriptor()453 vm.mEncryptedStoreFilePath.createNewFile(); in create()478 ParcelFileDescriptor.open(vm.mEncryptedStoreFilePath, MODE_READ_WRITE), in create()520 if (config.isEncryptedStorageEnabled() && !vm.mEncryptedStoreFilePath.exists()) { in load()834 if (mEncryptedStoreFilePath != null) { in createIdSigs()836 ParcelFileDescriptor.open(mEncryptedStoreFilePath, MODE_READ_WRITE); in createIdSigs()1151 mEncryptedStoreFilePath != null in toDescriptor()1152 ? ParcelFileDescriptor.open(mEncryptedStoreFilePath, MODE_READ_ONLY) in toDescriptor()[all …]