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()
33 import android.os.StatFs;79 private StatFs mDataFileStats;80 private StatFs mSystemFileStats;81 private StatFs mCacheFileStats;309 mDataFileStats = new StatFs(DATA_PATH); in DeviceStorageMonitorService()310 mSystemFileStats = new StatFs(SYSTEM_PATH); in DeviceStorageMonitorService()311 mCacheFileStats = new StatFs(CACHE_PATH); in DeviceStorageMonitorService()
23 import android.os.StatFs;87 StatFs statfs = new StatFs(path.getPath()); in reportFreeSpace()
31 import android.os.StatFs;86 private StatFs mStatFs = null;565 mStatFs = new StatFs(mDropBoxDir.getPath()); in init()
23 public class StatFs { class32 public StatFs(String path) { native_setup(path); } in StatFs() method in StatFs
26 import android.os.StatFs;111 long getFreeStorageBlks(StatFs st) { in getFreeStorageBlks()116 long getFreeStorageSize(StatFs st) { in getFreeStorageSize()124 StatFs st = new StatFs("/data"); in testFreeApplicationCacheAllFiles()142 StatFs st = new StatFs("/data"); in testFreeApplicationCacheSomeFiles()281 StatFs st = new StatFs(dataDir); in testAppCacheClear()642 StatFs st = new StatFs("/data"); in testFreeStorage()
36 import android.os.StatFs;278 StatFs sdStats = new StatFs( in checkSd()287 StatFs intStats = new StatFs(Environment.getDataDirectory().getPath()); in checkInt()
25 import android.os.StatFs;156 StatFs fs = new StatFs(CACHE_DIR); in testDownloadToCacheWithAlmostFullCache()
40 import android.os.StatFs;521 final StatFs internalStats = new StatFs(Environment.getDataDirectory().getPath()); in isUnderInternalThreshold()545 final StatFs sdStats = new StatFs(Environment.getExternalStorageDirectory().getPath()); in isUnderExternalThreshold()
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()
29 import android.os.StatFs;997 sBlockSize = new StatFs("/data").getBlockSize();
597 android.os.StatFs
1950 http://developer.android.com/reference/android/os/StatFs.html
15124 public class StatFs {15125 ctor public StatFs(java.lang.String);