Searched refs:StatFs (Results 1 – 16 of 16) 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()
27 public class StatFs { class40 public StatFs(String path) { in StatFs() method in StatFs
21 import android.os.StatFs;68 sDefaultPageSize = new StatFs("/data").getBlockSize(); in getDefaultPageSize()
25 import android.os.StatFs;157 StatFs fs = new StatFs(CACHE_DIR); in testDownloadToCacheWithAlmostFullCache()
26 import android.os.StatFs;162 StatFs statfs = new StatFs(path.getPath()); in reportFreeSpace()
35 import android.os.StatFs;101 private StatFs mStatFs = null;723 mStatFs = new StatFs(mDropBoxDir.getPath()); in init()
50 import android.os.StatFs;137 private final StatFs mStatFsData = new StatFs(Environment.getDataDirectory().getAbsolutePath());138 private final StatFs mStatFsSystem =139 new StatFs(Environment.getRootDirectory().getAbsolutePath());140 private final StatFs mStatFsTemp =141 new StatFs(Environment.getDownloadCacheDirectory().getAbsolutePath());
42 import android.os.StatFs;472 private final StatFs mStats;479 mStats = new StatFs(Environment.getDataDirectory().getAbsolutePath()); in H()
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;344 StatFs sdStats = new StatFs(Environment.getExternalStorageDirectory().getPath()); in checkSd()352 StatFs intStats = new StatFs(Environment.getDataDirectory().getPath()); in checkInt()
2562 android.os.StatFs
31708 Landroid/os/StatFs;31709 Landroid/os/StatFs;-><init>(Ljava/lang/String;)V31710 Landroid/os/StatFs;->getAvailableBlocks()I31711 Landroid/os/StatFs;->getAvailableBlocksLong()J31712 Landroid/os/StatFs;->getAvailableBytes()J31713 Landroid/os/StatFs;->getBlockCount()I31714 Landroid/os/StatFs;->getBlockCountLong()J31715 Landroid/os/StatFs;->getBlockSize()I31716 Landroid/os/StatFs;->getBlockSizeLong()J31717 Landroid/os/StatFs;->getFreeBlocks()I[all …]
28439 HSPLandroid/os/StatFs;-><init>(Ljava/lang/String;)V28440 HSPLandroid/os/StatFs;->doStat(Ljava/lang/String;)Landroid/system/StructStatVfs;28441 HSPLandroid/os/StatFs;->getAvailableBlocks()I28442 HSPLandroid/os/StatFs;->getAvailableBlocksLong()J28443 HSPLandroid/os/StatFs;->getAvailableBytes()J28444 HSPLandroid/os/StatFs;->getBlockCount()I28445 HSPLandroid/os/StatFs;->getBlockCountLong()J28446 HSPLandroid/os/StatFs;->getBlockSize()I28447 HSPLandroid/os/StatFs;->getBlockSizeLong()J28448 HSPLandroid/os/StatFs;->getFreeBytes()J[all …]
4218 Landroid/os/StatFs;->mStat:Landroid/system/StructStatVfs;
22257 public class StatFs {22258 ctor public StatFs(java.lang.String);
33098 public class StatFs {33099 ctor public StatFs(java.lang.String);