Searched defs:mDataBlockFile (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DPersistentDataBlockService.java75 private final String mDataBlockFile; field in class:PersistentDataBlockService
84 mDataBlockFile = SystemProperties.get(PERSISTENT_DATA_BLOCK_PROP);
154 mBlockDeviceSize = nativeGetBlockDeviceSize(mDataBlockFile);
182 new FileOutputStream(new File(mDataBlockFile)));
206 inputStream = new DataInputStream(new FileInputStream(new File(mDataBlockFile)));
248 outputStream = new DataOutputStream(new FileOutputStream(new File(mDataBlockFile)));
274 outputStream = new FileOutputStream(new File(mDataBlockFile));
301 inputStream = new DataInputStream(new FileInputStream(new File(mDataBlockFile)));
337 outputStream = new DataOutputStream(new FileOutputStream(new File(mDataBlockFile)));
378 inputStream = new DataInputStream(new FileInputStream(new File(mDataBlockFile)));
[all...]

Completed in 43 milliseconds