Home
last modified time | relevance | path

Searched refs:config_fn (Results 1 – 2 of 2) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Dunix.c806 static const char *config_fn[] = { ROOT_SYSCONFDIR "/e2fsck.conf", 0 }; variable
1048 config_fn[0] = cp; in PRS()
1050 profile_init(config_fn, &ctx->profile); in PRS()
/third_party/e2fsprogs/misc/
Dmke2fs.c1197 static const char *config_fn[] = { ROOT_SYSCONFDIR "/mke2fs.conf", 0 }; variable
1616 config_fn[0] = tmp; in PRS()
1618 retval = profile_init(config_fn, &profile); in PRS()