Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfastdeploy.cpp140 static std::string get_string_from_utf16(const char16_t* input, int input_len) { in get_string_from_utf16() argument
141 ssize_t utf8_length = utf16_to_utf8_length(input, input_len); in get_string_from_utf16()
147 utf16_to_utf8(input, input_len, &*utf8.begin(), utf8_length + 1); in get_string_from_utf16()