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 35 int expand_props(char *dst, const char *src, int len);
builtins.cpp 61 if (expand_props(filename_val, filename, sizeof(filename_val)) == -1) {
506 ret = expand_props(prop_val, value, sizeof(prop_val));
563 res = expand_props(command, args[1], sizeof(command));
651 if (expand_props(expanded_value, value, sizeof(expanded_value))) {
785 if (expand_props(log_level_str, args[1], sizeof(log_level_str))) {
init_parser.cpp 231 int expand_props(char *dst, const char *src, int dst_size) function
344 ret = expand_props(conf_file, args[1], sizeof(conf_file));

Completed in 899 milliseconds