HomeSort by relevance Sort by last modified time
    Searched refs:freeBlocks (Results 1 - 2 of 2) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowStatFs.java 35 return stat.freeBlocks;
51 public static void registerStats(File path, int blockCount, int freeBlocks, int availableBlocks) {
52 registerStats(path.getAbsolutePath(), blockCount, freeBlocks, availableBlocks);
55 public static void registerStats(String path, int blockCount, int freeBlocks, int availableBlocks) {
56 stats.put(path, new Stats(blockCount, freeBlocks, availableBlocks));
64 Stats(int blockCount, int freeBlocks, int availableBlocks) {
66 this.freeBlocks = freeBlocks;
69 int blockCount, freeBlocks, availableBlocks;
  /external/expat/lib/
xmlparse.c 225 BLOCK *freeBlocks;
    [all...]

Completed in 364 milliseconds