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

  /external/e2fsprogs/e2fsck/
unix.c 638 static const char *config_fn[] = { ROOT_SYSCONFDIR "/e2fsck.conf", 0 }; variable
852 config_fn[0] = cp;
854 profile_init(config_fn, &ctx->profile);
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 878 static const char *config_fn[] = { ROOT_SYSCONFDIR "/mke2fs.conf", 0 }; variable
1237 config_fn[0] = tmp;
1239 retval = profile_init(config_fn, &profile);
    [all...]

Completed in 57 milliseconds