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

/system/core/init/
H A Dinit_parser.h34 int expand_props(char *dst, const char *src, int len);
H A Dbuiltins.c555 ret = expand_props(prop_val, value, sizeof(prop_val));
647 ret = expand_props(prop_val, value, sizeof(prop_val));
H A Dinit_parser.c185 int expand_props(char *dst, const char *src, int dst_size) function
303 ret = expand_props(conf_file, args[1], sizeof(conf_file));

Completed in 16 milliseconds