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

  /system/connectivity/shill/
socket_info_reader.cc 149 ByteString byte_string = ByteString::CreateFromHexString(input); local
150 if (byte_string.IsEmpty())
154 if (byte_string.GetLength() ==
157 } else if (byte_string.GetLength() ==
166 byte_string.ConvertFromNetToCPUUInt32Array();
168 *ip_address = IPAddress(family, byte_string);
  /external/dbus/dbus/
dbus-string.c 1469 char byte_string[2] = ""; local
    [all...]

Completed in 65 milliseconds