Searched refs:StatFs (Results 1 – 15 of 15) sorted by relevance
24 import android.os.StatFs;52 StatFs stat = new StatFs(path.getPath()); in onCreate()80 StatFs stat = new StatFs(path.getPath()); in fillupdisk()122 StatFs stat = new StatFs(path.getPath()); in updateInfo()
22 import android.os.StatFs;88 StatFs statfs = new StatFs(path.getPath()); in reportFreeSpace()
33 import android.os.StatFs;92 private StatFs mStatFs = null;596 mStatFs = new StatFs(mDropBoxDir.getPath()); in init()
26 import android.os.StatFs;112 long getFreeStorageBlks(StatFs st) { in getFreeStorageBlks()117 long getFreeStorageSize(StatFs st) { in getFreeStorageSize()125 StatFs st = new StatFs("/data"); in testFreeApplicationCacheAllFiles()143 StatFs st = new StatFs("/data"); in testFreeApplicationCacheSomeFiles()282 StatFs st = new StatFs(dataDir); in testAppCacheClear()643 StatFs st = new StatFs("/data"); in testFreeStorage()
46 import android.os.StatFs;330 StatFs sdStats = new StatFs(Environment.getExternalStorageDirectory().getPath()); in checkSd()338 StatFs intStats = new StatFs(Environment.getDataDirectory().getPath()); in checkInt()
27 public class StatFs { class38 public StatFs(String path) { in StatFs() method in StatFs
39 import android.os.StatFs;99 private final StatFs mDataFileStats;100 private final StatFs mSystemFileStats;101 private final StatFs mCacheFileStats;328 mDataFileStats = new StatFs(DATA_PATH.getAbsolutePath()); in DeviceStorageMonitorService()329 mSystemFileStats = new StatFs(SYSTEM_PATH.getAbsolutePath()); in DeviceStorageMonitorService()330 mCacheFileStats = new StatFs(CACHE_PATH.getAbsolutePath()); in DeviceStorageMonitorService()
20 import android.os.StatFs;64 sDefaultPageSize = new StatFs("/data").getBlockSize(); in getDefaultPageSize()
25 import android.os.StatFs;155 StatFs fs = new StatFs(CACHE_DIR); in testDownloadToCacheWithAlmostFullCache()
28 import android.os.StatFs;328 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testSizeLimits()430 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testAgeLimits()
47 import android.os.StatFs;
1474 android.os.StatFs
1116 http://developer.android.com/reference/android/os/StatFs.html
23519 public class StatFs {23520 ctor public StatFs(java.lang.String);
25471 public class StatFs {25472 ctor public StatFs(java.lang.String);