HomeSort by relevance Sort by last modified time
    Searched refs:def_val (Results 1 - 5 of 5) sorted by null

  /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 661 const char *def_val; member in struct:__anon44085
671 property_set(prop_map[i].dest_prop, pval ?: prop_map[i].def_val);

Completed in 146 milliseconds