Searched refs:Utf8ToWindowsFilename (Results 1 – 4 of 4) sorted by relevance
85 bool Utf8ToWindowsFilename(const std::string& utf8, std::wstring* filename);
369 bool Utf8ToWindowsFilename(const std::string& utf8, std::wstring* filename) { in Utf8ToWindowsFilename() function
339 if (Utf8ToWindowsFilename(filename, &wfilename)) { in Open()361 if (Utf8ToWindowsFilename(filename, &wfilename)) { in OpenShare()
39 if (!Utf8ToWindowsFilename(pathname.pathname(), &path16)) in CreateFolder()