Home
last modified time | relevance | path

Searched defs:CreateFromHexString (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/net/
Dbyte_string.cc74 ByteString ByteString::CreateFromHexString(const string& hex_string) { in CreateFromHexString() function in shill::ByteString
Dbyte_string_unittest.cc223 TEST_F(ByteStringTest, CreateFromHexString) { in TEST_F() argument