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

  /system/core/init/
util.c 240 int mtdnum, mtdsize, mtderasesize; local
243 mtdnum = -1;
245 &mtdnum, &mtdsize, &mtderasesize, mtdname);
251 INFO("mtd partition %d, %s\n", mtdnum, mtdname + 1);
254 mtd_part_map[mtd_part_count].number = mtdnum;