Home
last modified time | relevance | path

Searched refs:profile_get_integer (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/support/
Dprofile.h71 long profile_get_integer
Dprofile.c1526 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() function
/external/e2fsprogs/e2fsck/
Dproblem.c2170 profile_get_integer(ctx->profile, "options", in fix_problem()
2173 profile_get_integer(ctx->profile, "problems", key, "max_count", in fix_problem()
2307 profile_get_integer(profile_t profile, const char *name, const char *subname, in profile_get_integer() function
Dunix.c1011 profile_get_integer(ctx->profile, "options", in PRS()
1015 profile_get_integer(ctx->profile, "options", in PRS()
/external/e2fsprogs/misc/
Dmke2fs.c1370 profile_get_integer(profile, "defaults", opt, 0, def_val, &ret); in get_int_from_profile()
1372 profile_get_integer(profile, "fs_types", *cpp, opt, ret, &ret); in get_int_from_profile()
1892 profile_get_integer(profile, "options", "proceed_delay", 0, 0, in PRS()