Home
last modified time | relevance | path

Searched refs:expand_props (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dinit_parser.h34 int expand_props(char *dst, const char *src, int len);
Dbuiltins.c555 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()
Dinit_parser.c185 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()