Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dwin32.h88 bool Utf8ToWindowsFilename(const std::string& utf8, std::wstring* filename);
Dwin32.cc96 bool Utf8ToWindowsFilename(const std::string& utf8, std::wstring* filename) { in Utf8ToWindowsFilename() function
Dwin32filesystem.cc55 if (!Utf8ToWindowsFilename(pathname.pathname(), &path16)) in CreateFolder()
Dstream.cc356 if (Utf8ToWindowsFilename(filename, &wfilename)) { in Open()
372 if (Utf8ToWindowsFilename(filename, &wfilename)) { in OpenShare()