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

  /external/vboot_reference/scripts/image_signing/
common_minimal.sh 253 if ! is_ext2 "$rootfs" $offset; then
268 is_ext2() { function
288 if ! is_ext2 "$rootfs" $offset; then
307 if ! is_ext2 "$rootfs" $offset; then
make_dev_ssd.sh 266 if ! is_ext2 "$ssd_device" "$root_offset_bytes"; then
  /external/e2fsprogs/misc/
filefrag.c 297 unsigned long numblocks, int is_ext2)
321 if (is_ext2 && last_block) {
395 int is_ext2 = 0; local
440 is_ext2 = 1;
443 if (is_ext2) {
481 &st, numblocks, is_ext2);
507 if (is_ext2 && expected && expected < num_extents)

Completed in 70 milliseconds