Searched refs:ToUtf16 (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dwin32filesystem.cc180 ToUtf16(filename.pathname()).c_str(),
204 return ::DeleteFile(ToUtf16(filename.pathname()).c_str()) != 0;
211 return ::RemoveDirectory(ToUtf16(no_slash).c_str()) != 0;
240 if (::GetTempFileName(ToUtf16(dir.pathname()).c_str(),
241 ToUtf16(prefix).c_str(), 0, filename) != 0)
255 return ::MoveFile(ToUtf16(old_path.pathname()).c_str(),
256 ToUtf16(new_path.pathname()).c_str()) != 0;
267 if (::MoveFile(ToUtf16(old_path.pathname()).c_str(),
268 ToUtf16(new_path.pathname()).c_str()) == 0) {
283 if (0 == ::GetFileAttributesEx(ToUtf16(pat
[all...]
H A Dmacutils.h40 bool ToUtf16(const std::string& str8, CFStringRef* str16);
H A Dwin32.h59 inline std::wstring ToUtf16(const char* utf8, size_t len) { function in namespace:talk_base
66 inline std::wstring ToUtf16(const std::string& str) { function in namespace:talk_base
67 return ToUtf16(str.data(), str.length());
H A Dwinfirewall.cc94 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized);
137 return AddApplicationW(ToUtf16(filename).c_str(),
138 ToUtf16(friendly_name).c_str(), authorized, result);
H A Dmacutils.cc55 bool ToUtf16(const std::string& str8, CFStringRef* str16) { function in namespace:talk_base
H A Dfileutils.cc85 handle_ = ::FindFirstFile(ToUtf16(d).c_str(), &data_);
H A Dproxydetect.cc731 if (HINTERNET hWinHttp = pWHO(ToUtf16(agent).c_str(),
749 pWHGPFU, hWinHttp, ToUtf16(url).c_str(), &options, &info);
759 std::wstring autoconfig_url16((ToUtf16)(proxy->autoconfig_url));
764 pWHGPFU, hWinHttp, ToUtf16(url).c_str(), &options, &info);
H A Dstream.cc357 file_ = _wfopen(wfilename.c_str(), ToUtf16(mode).c_str());
373 file_ = _wfsopen(wfilename.c_str(), ToUtf16(mode).c_str(), shflag);

Completed in 331 milliseconds