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

  /device/google/marlin/power/
metadata-defs.h 30 #define ATTRIBUTE_VALUE_DELIM ('=')
metadata-parser.c 40 char *attribute_value_delim; local
51 if ((attribute_value_delim = strchr(attribute_string,
52 ATTRIBUTE_VALUE_DELIM)) != NULL) {
53 unsigned int attribute_len = (unsigned int) (attribute_value_delim - attribute_string);
58 strlcpy(value, attribute_value_delim + 1, value_size);

Completed in 55 milliseconds