/external/e2fsprogs/e2fsck/ |
profile.h | 69 const char *subsubname, const char *def_val, 73 const char *subsubname, int def_val, 78 const char *subsubname, unsigned int def_val, 83 const char *subsubname, int def_val,
|
profile.c | [all...] |
problem.c | [all...] |
/external/e2fsprogs/misc/ |
mke2fs.c | 1089 const char *def_val) 1101 profile_get_string(profile, "defaults", opt, 0, def_val, &ret); 1105 static int get_int_from_profile(char **fs_types, const char *opt, int def_val) 1110 profile_get_integer(profile, "defaults", opt, 0, def_val, &ret); 1116 static int get_bool_from_profile(char **fs_types, const char *opt, int def_val) 1121 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret); [all...] |
/system/core/init/ |
init.c | 633 const char *def_val; member in struct:__anon43908 643 property_set(prop_map[i].dest_prop, pval ?: prop_map[i].def_val);
|