Home
last modified time | relevance | path

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

/packages/modules/Virtualization/java/framework/src/android/system/virtualmachine/
DVirtualMachine.java1841 try (FileChannel storeOutput = new FileOutputStream(mEncryptedStoreFilePath).getChannel(); in importEncryptedStoreFrom() argument
1843 storeOutput.transferFrom(storeInput, /*position=*/ 0, storeInput.size()); in importEncryptedStoreFrom()