/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, double def_val, 88 const char *subsubname, int def_val,
|
profile.c | [all...] |
problem.c | [all...] |
/external/e2fsprogs/misc/ |
mke2fs.c | 1172 const char *def_val) 1184 profile_get_string(profile, "defaults", opt, 0, def_val, &ret); 1188 static int get_int_from_profile(char **types, const char *opt, int def_val) 1193 profile_get_integer(profile, "defaults", opt, 0, def_val, &ret); 1200 double def_val) 1205 profile_get_double(profile, "defaults", opt, 0, def_val, &ret); 1211 static int get_bool_from_profile(char **types, const char *opt, int def_val) 1216 profile_get_boolean(profile, "defaults", opt, 0, def_val, &ret); [all...] |
/system/core/init/ |
init.c | 750 const char *def_val; member in struct:__anon81344 763 property_set(prop_map[i].dest_prop, prop_map[i].def_val); [all...] |