Searched refs:profile_get_string (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | logfile.c | 301 profile_get_string(ctx->profile, "options", "log_filename", in set_up_logging() 303 profile_get_string(ctx->profile, "options", "log_dir", 0, 0, &log_dir); in set_up_logging() 320 profile_get_string(ctx->profile, "options", "log_dir_fallback", 0, 0, in set_up_logging()
|
D | dirinfo.c | 55 profile_get_string(ctx->profile, "scratch_files", "directory", 0, 0, in setup_tdb()
|
D | problem.c | 2155 profile_get_string(ctx->profile, "problems", key, in fix_problem() 2331 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() function
|
D | unix.c | 1265 profile_get_string(ctx->profile, "defaults", in e2fsck_setup_tdb()
|
D | pass1.c | 717 profile_get_string(ctx->profile, "scratch_files", "directory", 0, 0, in e2fsck_setup_icount()
|
/external/e2fsprogs/lib/support/ |
D | profile.h | 67 long profile_get_string
|
D | profile.c | 1498 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() function
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1273 profile_get_string(profile, "defaults", "fs_type", 0, in parse_fs_type() 1356 profile_get_string(profile, "fs_types", types[i], in get_string_from_profile() 1361 profile_get_string(profile, "defaults", opt, 0, def_val, &ret); in get_string_from_profile() 1961 profile_get_string(profile, "devices", device_name, in PRS() 1964 profile_get_string(profile, "devices", device_name, in PRS() 1998 profile_get_string(profile, "fs_types", *cpp, in PRS() 2308 profile_get_string(profile, "fs_types", *cpp, "options", "", &tmp); in PRS() 2579 profile_get_string(profile, "defaults", in mke2fs_setup_tdb()
|