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

  /system/core/init/
init_parser.h 34 int expand_props(char *dst, const char *src, int len);
builtins.c 555 ret = expand_props(prop_val, value, sizeof(prop_val));
647 ret = expand_props(prop_val, value, sizeof(prop_val));
init_parser.c 185 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 36 milliseconds