Searched refs:mDataBlockFile (Results 1 – 1 of 1) sorted by relevance
137 private final String mDataBlockFile; field in PersistentDataBlockService153 mDataBlockFile = GSI_SANDBOX; in PersistentDataBlockService()155 mDataBlockFile = SystemProperties.get(PERSISTENT_DATA_BLOCK_PROP); in PersistentDataBlockService()281 mBlockDeviceSize = nativeGetBlockDeviceSize(mDataBlockFile); in getBlockDeviceSize()313 return new RandomAccessFile(mDataBlockFile, "rw").getChannel(); in getBlockOutputChannel()346 inputStream = new DataInputStream(new FileInputStream(new File(mDataBlockFile))); in computeDigestLocked()455 inputStream = new DataInputStream(new FileInputStream(new File(mDataBlockFile))); in doGetOemUnlockEnabled()547 inputStream = new DataInputStream(new FileInputStream(new File(mDataBlockFile)));588 int ret = nativeWipe(mDataBlockFile);698 pw.println("mDataBlockFile: " + mDataBlockFile);[all …]