Home
last modified time | relevance | path

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

/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachine.java251 @Nullable private final File mEncryptedStoreFilePath; field in VirtualMachine
444 mEncryptedStoreFilePath = in VirtualMachine()
487 vm.mEncryptedStoreFilePath.createNewFile(); in fromDescriptor()
534 vm.mEncryptedStoreFilePath.createNewFile(); in create()
574 ParcelFileDescriptor.open(vm.mEncryptedStoreFilePath, MODE_READ_WRITE), in create()
619 if (config.isEncryptedStorageEnabled() && !vm.mEncryptedStoreFilePath.exists()) { in load()
1100 if (mEncryptedStoreFilePath != null) { in createVirtualMachineConfigForAppFrom()
1102 ParcelFileDescriptor.open(mEncryptedStoreFilePath, MODE_READ_WRITE); in createVirtualMachineConfigForAppFrom()
1685 mEncryptedStoreFilePath != null in toDescriptor()
1686 ? ParcelFileDescriptor.open(mEncryptedStoreFilePath, MODE_READ_ONLY) in toDescriptor()
[all …]