Searched refs:profile_get_string (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | logfile.c | 305 profile_get_string(ctx->profile, "options", key, in set_up_log_file() 307 profile_get_string(ctx->profile, "options", "log_dir", 0, 0, &log_dir); in set_up_log_file() 324 profile_get_string(ctx->profile, "options", "log_dir_fallback", 0, 0, in set_up_log_file()
|
D | dirinfo.c | 55 profile_get_string(ctx->profile, "scratch_files", "directory", 0, 0, in setup_tdb()
|
D | problem.c | 2438 profile_get_string(ctx->profile, "problems", key, in fix_problem() 2622 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() function
|
D | unix.c | 1335 profile_get_string(ctx->profile, "defaults", in e2fsck_setup_tdb()
|
D | pass1.c | 825 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 | 1502 profile_get_string(profile_t profile, const char *name, const char *subname, in profile_get_string() function
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1343 profile_get_string(profile, "defaults", "fs_type", 0, in parse_fs_type() 1426 profile_get_string(profile, "fs_types", types[i], in get_string_from_profile() 1431 profile_get_string(profile, "defaults", opt, 0, def_val, &ret); in get_string_from_profile() 2048 profile_get_string(profile, "devices", device_name, in PRS() 2051 profile_get_string(profile, "devices", device_name, in PRS() 2054 profile_get_string(profile, "defaults", "creator_os", 0, in PRS() 2088 profile_get_string(profile, "fs_types", *cpp, in PRS() 2470 profile_get_string(profile, "fs_types", *cpp, "options", "", &tmp); in PRS() 2772 profile_get_string(profile, "defaults", in mke2fs_setup_tdb()
|