Searched refs:StatFs (Results 1 – 20 of 20) 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()
26 import android.os.StatFs;160 StatFs statfs = new StatFs(path.getPath()); in reportFreeSpace()
45 import android.os.StatFs;132 private StatFs mStatFs = null;1048 mStatFs = new StatFs(mDropBoxDir.getPath()); in init()
41 import android.os.StatFs;281 final StatFs stats = new StatFs(Environment.getDataDirectory().getAbsolutePath()); in writeXmlToFile()
54 import android.os.StatFs;607 private final StatFs mStats;614 mStats = new StatFs(Environment.getDataDirectory().getAbsolutePath()); in H()
30 import android.os.StatFs;439 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testSizeLimits()541 int blockSize = new StatFs(dir.getPath()).getBlockSize(); in testAgeLimits()
57 import android.os.StatFs;364 StatFs sdStats = new StatFs(Environment.getExternalStorageDirectory().getPath()); in checkSd()372 StatFs intStats = new StatFs(Environment.getDataDirectory().getPath()); in checkInt()
133 import android.os.StatFs;2768 StatFs statFsData = new StatFs(Environment.getDataDirectory().getAbsolutePath());2769 StatFs statFsSystem = new StatFs(Environment.getRootDirectory().getAbsolutePath());2770 StatFs statFsCache = new StatFs(Environment.getDownloadCacheDirectory().getAbsolutePath());2771 StatFs metadataFsSystem = new StatFs(Environment.getMetadataDirectory().getAbsolutePath());
33 import android.os.StatFs;859 final StatFs stats = new StatFs(mHistoryDir.getAbsolutePath()); in hasFreeDiskSpace()
78 import android.os.StatFs;
12862 HSPLandroid/os/StatFs;-><init>(Ljava/lang/String;)V12864 HSPLandroid/os/StatFs;->getAvailableBlocks()I12865 HSPLandroid/os/StatFs;->getAvailableBlocksLong()J12866 HSPLandroid/os/StatFs;->getAvailableBytes()J12867 HSPLandroid/os/StatFs;->getBlockCount()I12868 HSPLandroid/os/StatFs;->getBlockCountLong()J12869 HSPLandroid/os/StatFs;->getBlockSize()I12870 HSPLandroid/os/StatFs;->getBlockSizeLong()J12871 HSPLandroid/os/StatFs;->getTotalBytes()J12872 HSPLandroid/os/StatFs;->restat(Ljava/lang/String;)V[all …]
6166 android.os.StatFs
12865 HSPLandroid/os/StatFs;-><init>(Ljava/lang/String;)V12867 HSPLandroid/os/StatFs;->getAvailableBlocks()I12868 HSPLandroid/os/StatFs;->getAvailableBlocksLong()J12869 HSPLandroid/os/StatFs;->getAvailableBytes()J12870 HSPLandroid/os/StatFs;->getBlockCount()I12871 HSPLandroid/os/StatFs;->getBlockCountLong()J12872 HSPLandroid/os/StatFs;->getBlockSize()I12873 HSPLandroid/os/StatFs;->getBlockSizeLong()J12874 HSPLandroid/os/StatFs;->getTotalBytes()J12875 HSPLandroid/os/StatFs;->restat(Ljava/lang/String;)V[all …]
6170 android.os.StatFs
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
33723 public class StatFs {33724 ctor public StatFs(String);
38586 Landroid/os/StatFs;->doStat(Ljava/lang/String;)Landroid/system/StructStatVfs;