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

  /system/core/fs_mgr/
fs_mgr.c 112 char **key_loc, long long *part_length, char **label, int *partnum,
125 /* initialize part_length to 0, if we find an MF_LENGTH flag,
126 * then we'll set part_length to the proper value */
127 if (part_length) {
128 *part_length = 0;
155 } else if ((fl[i].flag == MF_LENGTH) && part_length) {
159 *part_length = strtoll(strchr(p, '=') + 1, NULL, 0);
286 long long part_length; local
394 &key_loc, &part_length,
398 fstab->recs[cnt].length = part_length;
    [all...]
  /external/grub/stage2/
disk_io.c 117 unsigned long part_length; variable
301 >= part_length))
768 &part_start, &part_length,
799 part_length = buf_geom.total_sectors;
    [all...]

Completed in 579 milliseconds