Home
last modified time | relevance | path

Searched refs:hex_unescape_string (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/glib/gio/
Dglocalfileinfo.c331 hex_unescape_string (const char *str, in hex_unescape_string() function
531 unescaped_attribute = hex_unescape_string (attr2, NULL, &free_unescaped_attribute); in get_xattrs()
684 unescaped_attribute = hex_unescape_string (attr2, NULL, &free_unescaped_attribute); in get_xattrs_from_fd()
749 attribute = hex_unescape_string (escaped_attribute, NULL, &free_attribute); in set_xattr()
750 value = hex_unescape_string (attr_value->u.string, &val_len, &free_value); in set_xattr()