HomeSort by relevance Sort by last modified time
    Searched defs:bitmap_get_bit (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/ext4_utils/src/
ext2simg.c 109 static int bitmap_get_bit(u8 *bitmap, u32 bit) function
151 if (!bitmap_get_bit(block_bitmap, block)) {
161 if (bitmap_get_bit(block_bitmap, block))
ext4fixup.c 324 static int bitmap_get_bit(u8 *bitmap, u32 bit) function
354 if (bitmap_get_bit(block, i)) {
  /system/extras/ext4_utils/
ext4_utils.c 64 int bitmap_get_bit(u8 *bitmap, u32 bit) function

Completed in 3363 milliseconds