Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc93 int s_len = static_cast<int>(s.length() + 1); in __s2ws() local
94 int len = MultiByteToWideChar(CP_ACP, 0, s.c_str(), s_len, 0, 0); in __s2ws()
96 MultiByteToWideChar(CP_ACP, 0, s.c_str(), s_len, &result[0], len); in __s2ws()