Searched refs:getBlockOutputChannelIgnoringFrp (Results 1 – 2 of 2) sorted by relevance
472 return getBlockOutputChannelIgnoringFrp(); in getBlockOutputChannel()475 private FileChannel getBlockOutputChannelIgnoringFrp() throws FileNotFoundException { in getBlockOutputChannelIgnoringFrp() method in PersistentDataBlockService543 try (FileChannel channel = getBlockOutputChannelIgnoringFrp()) { in formatPartitionLocked()765 try (FileChannel channel = getBlockOutputChannelIgnoringFrp()) { in writeFrpMagicAndDefaultSecret()
16939 PLcom/android/server/pdb/PersistentDataBlockService;->getBlockOutputChannelIgnoringFrp()Ljava/nio/c…