Home
last modified time | relevance | path

Searched defs:freeBlocks (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowStatFs.java115 public static void registerStats(File path, int blockCount, int freeBlocks, int availableBlocks) { in registerStats()
116 registerStats(path.getAbsolutePath(), blockCount, freeBlocks, availableBlocks); in registerStats() local
129 public static void registerStats(String path, int blockCount, int freeBlocks, in registerStats()
140 Stats(int blockCount, int freeBlocks, int availableBlocks) { in Stats()
145 int blockCount, freeBlocks, availableBlocks; field in ShadowStatFs.Stats
/external/python/cpython3/Modules/expat/
Dxmlparse.c308 BLOCK *freeBlocks; member
/external/expat/lib/
Dxmlparse.c308 BLOCK *freeBlocks; member
/external/python/cpython2/Modules/expat/
Dxmlparse.c308 BLOCK *freeBlocks; member