HomeSort by relevance Sort by last modified time
    Searched full:freeblocks (Results 1 - 9 of 9) 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/regex-re2/util/
arena.cc 32 FreeBlocks();
33 assert(overflow_blocks_ == NULL); // FreeBlocks() should do that
45 FreeBlocks();
141 // UnsafeArena::FreeBlocks()
147 // FreeBlocks() does the work for Reset(), actually freeing all
151 void UnsafeArena::FreeBlocks() {
arena.h 84 void FreeBlocks(); // Frees all except first block
  /art/runtime/gc/space/
large_object_space.h 198 TrackingAllocator<AllocationInfo*, kAllocatorTagLOSFreeList>> FreeBlocks;
210 FreeBlocks free_blocks_ GUARDED_BY(lock_);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_collections.so 
  /external/toybox/toys/pending/
mke2fs.c 91 unsigned freeblocks; // Free blocks in the filesystem.
273 sb->free_blocks_count = SWAP_LE32(TT.freeblocks);
515 TT.freeblocks = TT.blocks - temp;
  /external/expat/lib/
xmlparse.c 225 BLOCK *freeBlocks;
    [all...]
  /external/toybox/generated/
globals.h 615 unsigned freeblocks; // Free blocks in the filesystem. member in struct:mke2fs_data
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 1125 milliseconds