Searched refs:expand_props (Results 1 – 3 of 3) sorted by relevance
/system/core/init/ |
D | init_parser.h | 34 int expand_props(char *dst, const char *src, int len);
|
D | builtins.c | 555 ret = expand_props(prop_val, value, sizeof(prop_val)); in do_setprop() 647 ret = expand_props(prop_val, value, sizeof(prop_val)); in do_write()
|
D | init_parser.c | 185 int expand_props(char *dst, const char *src, int dst_size) in expand_props() function 303 ret = expand_props(conf_file, args[1], sizeof(conf_file)); in parse_import()
|