Searched refs:ramdisk_fn (Results 1 - 1 of 1) sorted by relevance

/system/core/mkbootimg/
H A Dmkbootimg.c101 char *ramdisk_fn = 0; local
136 ramdisk_fn = val;
180 if(ramdisk_fn == 0) {
206 if(!strcmp(ramdisk_fn,"NONE")) {
210 ramdisk_data = load_file(ramdisk_fn, &hdr.ramdisk_size);
212 fprintf(stderr,"error: could not load ramdisk '%s'\n", ramdisk_fn);

Completed in 1292 milliseconds