Home
last modified time | relevance | path

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

/system/connectivity/shill/
Djson_store.cc139 unique_ptr<string> unwrapped_string(new string()); in MakeStringFromValue() local
140 value.GetAsString(unwrapped_string.get()); in MakeStringFromValue()
141 return unwrapped_string; in MakeStringFromValue()