Searched refs:Utf8ToWindowsFilename (Results 1 – 4 of 4) sorted by relevance
88 bool Utf8ToWindowsFilename(const std::string& utf8, std::wstring* filename);
96 bool Utf8ToWindowsFilename(const std::string& utf8, std::wstring* filename) { in Utf8ToWindowsFilename() function
55 if (!Utf8ToWindowsFilename(pathname.pathname(), &path16)) in CreateFolder()
356 if (Utf8ToWindowsFilename(filename, &wfilename)) { in Open()372 if (Utf8ToWindowsFilename(filename, &wfilename)) { in OpenShare()