Home | History | Annotate | Download | only in genext2fs

Lines Matching defs:dopt

2429 populate_fs(filesystem *fs, char **dopt, int didx, int squash_uids, int squash_perms, int fixstats, uint32 fs_timestamp, struct stats *stats)
2440 if((pdest = strchr(dopt[i], ':')))
2446 stat(dopt[i], &st);
2450 fh = xfopen(dopt[i], "rb");
2457 if(chdir(dopt[i]) < 0)
2458 perror_msg_and_die(dopt[i]);
2460 prep_stat(dopt[i]);
2461 add2fs_from_dir(fs, dopt[i], nod, squash_uids, squash_perms, fixstats, fs_timestamp, stats);
2468 error_msg_and_die("%s is neither a file nor a directory", dopt[i]);
2524 char * dopt[MAX_DOPT];
2579 dopt[didx++] = optarg;
2669 populate_fs(NULL, dopt, didx, squash_uids, squash_perms, 0, fs_timestamp, &stats);
2690 populate_fs(fs, dopt, didx, squash_uids, squash_perms, fix_android_stats, fs_timestamp, NULL);