HomeSort by relevance Sort by last modified time
    Searched defs:mDataBlockFile (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/
PersistentDataBlockService.java 90 private final String mDataBlockFile;
103 mDataBlockFile = SystemProperties.get(PERSISTENT_DATA_BLOCK_PROP);
217 mBlockDeviceSize = nativeGetBlockDeviceSize(mDataBlockFile);
245 new FileOutputStream(new File(mDataBlockFile)));
269 inputStream = new DataInputStream(new FileInputStream(new File(mDataBlockFile)));
311 outputStream = new DataOutputStream(new FileOutputStream(new File(mDataBlockFile)));
337 outputStream = new FileOutputStream(new File(mDataBlockFile));
365 inputStream = new DataInputStream(new FileInputStream(new File(mDataBlockFile)));
407 outputStream = new DataOutputStream(new FileOutputStream(new File(mDataBlockFile)));
453 inputStream = new DataInputStream(new FileInputStream(new File(mDataBlockFile)));
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 359 milliseconds