Lines Matching full:stat
1018 StatFs stat = new StatFs(storageDirectory);1019 float remaining = ((float) stat.getAvailableBlocks()1020 * (float) stat.getBlockSize()) / 400000F;1024 // if we can't stat the filesystem then we don't know how many