HomeSort by relevance Sort by last modified time
    Searched refs:Utf8ToWindowsFilename (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
win32.h 88 bool Utf8ToWindowsFilename(const std::string& utf8, std::wstring* filename);
win32.cc 96 bool Utf8ToWindowsFilename(const std::string& utf8, std::wstring* filename) {
win32filesystem.cc 55 if (!Utf8ToWindowsFilename(pathname.pathname(), &path16))
stream.cc 356 if (Utf8ToWindowsFilename(filename, &wfilename)) {
372 if (Utf8ToWindowsFilename(filename, &wfilename)) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32.h 104 bool Utf8ToWindowsFilename(const std::string& utf8, std::wstring* filename);
win32.cc 386 bool Utf8ToWindowsFilename(const std::string& utf8, std::wstring* filename) {
win32filesystem.cc 55 if (!Utf8ToWindowsFilename(pathname.pathname(), &path16))
stream.cc 345 if (Utf8ToWindowsFilename(filename, &wfilename)) {
367 if (Utf8ToWindowsFilename(filename, &wfilename)) {
    [all...]

Completed in 647 milliseconds