Searched refs:StatFs (Results 1 – 18 of 18) 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()
28 public class StatFs { class42 public StatFs(String path) { in StatFs() method in StatFs
25 import android.os.StatFs;158 StatFs fs = new StatFs(CACHE_DIR); in testDownloadToCacheWithAlmostFullCache()
21 import android.os.StatFs;78 sDefaultPageSize = new StatFs("/data").getBlockSize(); in getDefaultPageSize()
21 import android.os.StatFs;420 final StatFs stats = new StatFs(mHistoryDir.getAbsolutePath()); in hasFreeDiskSpace()
26 import android.os.StatFs;162 StatFs statfs = new StatFs(path.getPath()); in reportFreeSpace()
39 import android.os.StatFs;107 private StatFs mStatFs = null;896 mStatFs = new StatFs(mDropBoxDir.getPath()); in init()
43 import android.os.StatFs;471 private final StatFs mStats;478 mStats = new StatFs(Environment.getDataDirectory().getAbsolutePath()); in H()
92 import android.os.StatFs;1430 StatFs statFsData = new StatFs(Environment.getDataDirectory().getAbsolutePath()); in pullDirectoryUsage()1431 StatFs statFsSystem = new StatFs(Environment.getRootDirectory().getAbsolutePath()); in pullDirectoryUsage()1432 StatFs statFsCache = new StatFs(Environment.getDownloadCacheDirectory().getAbsolutePath()); in pullDirectoryUsage()
29 import android.os.StatFs;370 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testSizeLimits()472 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testAgeLimits()
49 import android.os.StatFs;345 StatFs sdStats = new StatFs(Environment.getExternalStorageDirectory().getPath()); in checkSd()353 StatFs intStats = new StatFs(Environment.getDataDirectory().getPath()); in checkInt()
62 import android.os.StatFs;
12150 HSPLandroid/os/StatFs;-><init>(Ljava/lang/String;)V12151 HSPLandroid/os/StatFs;->doStat(Ljava/lang/String;)Landroid/system/StructStatVfs;12152 HSPLandroid/os/StatFs;->getAvailableBlocks()I12153 HSPLandroid/os/StatFs;->getAvailableBlocksLong()J12154 HSPLandroid/os/StatFs;->getAvailableBytes()J12155 HSPLandroid/os/StatFs;->getBlockCount()I12156 HSPLandroid/os/StatFs;->getBlockSize()I12157 HSPLandroid/os/StatFs;->getBlockSizeLong()J12158 HSPLandroid/os/StatFs;->getTotalBytes()J12159 HSPLandroid/os/StatFs;->restat(Ljava/lang/String;)V[all …]
2884 android.os.StatFs
52464 Landroid/os/StatFs;->doStat(Ljava/lang/String;)Landroid/system/StructStatVfs;
22257 public class StatFs {22258 ctor public StatFs(java.lang.String);
35416 public class StatFs {35417 ctor public StatFs(String);
35560 public class StatFs {35561 ctor public StatFs(String);