Searched refs:mStatFs (Results 1 – 1 of 1) sorted by relevance
143 private StatFs mStatFs = null; field in DropBoxManagerService1086 if (mStatFs == null) { in init()1091 mStatFs = new StatFs(mDropBoxDir.getPath()); in init()1092 mBlockSize = mStatFs.getBlockSize(); in init()1234 mStatFs.restat(dirPath); in trimToFit()1238 long available = mStatFs.getAvailableBlocksLong(); in trimToFit()1239 long nonreserved = available - mStatFs.getBlockCountLong() * reservePercent / 100; in trimToFit()