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

  /system/extras/ext4_utils/
ext4fixup.h 19 int stop_phase, int stop_loc, int stop_count);
ext4fixup_main.c 35 int stop_phase = 0, stop_loc = 0, stop_count = 0; local
48 sscanf(optarg, "%d,%d,%d", &stop_phase, &stop_loc, &stop_count);
67 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count);
ext4fixup.c 786 int stop_phase, int stop_loc, int stop_count)
801 bail_count = stop_count;

Completed in 172 milliseconds