Home
last modified time | relevance | path

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

/packages/modules/Virtualization/javalib/src/android/system/virtualmachine/
DVirtualMachine.java223 @Nullable private final File mEncryptedStoreFilePath; field in VirtualMachine
369 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 …]