Home | History | Annotate | Download | only in mkbootimg

Lines Matching full:strcmp

132         if(!strcmp(arg, "--output") || !strcmp(arg, "-o")) {
134 } else if(!strcmp(arg, "--kernel")) {
136 } else if(!strcmp(arg, "--ramdisk")) {
138 } else if(!strcmp(arg, "--second")) {
140 } else if(!strcmp(arg, "--cmdline")) {
142 } else if(!strcmp(arg, "--base")) {
148 } else if(!strcmp(arg, "--board")) {
150 } else if(!strcmp(arg,"--pagesize")) {
199 if(!strcmp(ramdisk_fn,"NONE")) {