Home
last modified time | relevance | path

Searched refs:mStat (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DStatFs.java28 private StructStatVfs mStat; field in StatFs
39 mStat = doStat(path); in StatFs()
56 mStat = doStat(path); in restat()
64 return (int) mStat.f_bsize; in getBlockSize()
72 return mStat.f_bsize; in getBlockSizeLong()
80 return (int) mStat.f_blocks; in getBlockCount()
88 return mStat.f_blocks; in getBlockCountLong()
96 return (int) mStat.f_bfree; in getFreeBlocks()
106 return mStat.f_bfree; in getFreeBlocksLong()
115 return mStat.f_bfree * mStat.f_bsize; in getFreeBytes()
[all …]