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

  /device/google/marlin/power/
metadata-parser.c 39 char *attribute_string; local
43 attribute_string = strtok_r(metadata, ATTRIBUTE_STRING_DELIM,
46 if (attribute_string == NULL)
51 if ((attribute_value_delim = strchr(attribute_string,
53 unsigned int attribute_len = (unsigned int) (attribute_value_delim - attribute_string);
57 strlcpy(attribute, attribute_string, bytes_to_copy);
  /system/iot/attestation/at-factory-tool/
atftman.py 923 attribute_string = file_object.get(self.JSON_PRODUCT_ATTRIBUTE)
925 if not product_name or not attribute_string or not vboot_key_string:
929 attribute = base64.standard_b64decode(attribute_string)
    [all...]

Completed in 80 milliseconds