Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dwin32.h85 bool Utf8ToWindowsFilename(const std::string& utf8, std::wstring* filename);
Dwin32.cc369 bool Utf8ToWindowsFilename(const std::string& utf8, std::wstring* filename) { in Utf8ToWindowsFilename() function
Dstream.cc339 if (Utf8ToWindowsFilename(filename, &wfilename)) { in Open()
361 if (Utf8ToWindowsFilename(filename, &wfilename)) { in OpenShare()
Dwin32filesystem.cc39 if (!Utf8ToWindowsFilename(pathname.pathname(), &path16)) in CreateFolder()