Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DPersistentDataBlockService.java81 private final String mDataBlockFile; field in PersistentDataBlockService
90 mDataBlockFile = SystemProperties.get(PERSISTENT_DATA_BLOCK_PROP); in PersistentDataBlockService()
175 mBlockDeviceSize = nativeGetBlockDeviceSize(mDataBlockFile); in getBlockDeviceSize()
203 new FileOutputStream(new File(mDataBlockFile))); in computeAndWriteDigestLocked()
227 inputStream = new DataInputStream(new FileInputStream(new File(mDataBlockFile))); in computeDigestLocked()
269 outputStream = new DataOutputStream(new FileOutputStream(new File(mDataBlockFile))); in formatPartitionLocked()
295 outputStream = new FileOutputStream(new File(mDataBlockFile)); in doSetOemUnlockEnabledLocked()
323 inputStream = new DataInputStream(new FileInputStream(new File(mDataBlockFile))); in doGetOemUnlockEnabled()
359 outputStream = new DataOutputStream(new FileOutputStream(new File(mDataBlockFile)));
400 inputStream = new DataInputStream(new FileInputStream(new File(mDataBlockFile)));
[all …]