Searched refs:storeOutput (Results 1 – 1 of 1) sorted by relevance
1841 try (FileChannel storeOutput = new FileOutputStream(mEncryptedStoreFilePath).getChannel(); in importEncryptedStoreFrom() argument1843 storeOutput.transferFrom(storeInput, /*position=*/ 0, storeInput.size()); in importEncryptedStoreFrom()