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

  /external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc 180 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(path.pathname()).c_str()
    [all...]
macutils.h 40 bool ToUtf16(const std::string& str8, CFStringRef* str16);
win32.h 59 inline std::wstring ToUtf16(const char* utf8, size_t len) {
66 inline std::wstring ToUtf16(const std::string& str) {
67 return ToUtf16(str.data(), str.length());
winfirewall.cc 94 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized);
137 return AddApplicationW(ToUtf16(filename).c_str(),
138 ToUtf16(friendly_name).c_str(), authorized, result);
macutils.cc 55 bool ToUtf16(const std::string& str8, CFStringRef* str16) {
fileutils.cc 85 handle_ = ::FindFirstFile(ToUtf16(d).c_str(), &data_);
proxydetect.cc 731 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);
    [all...]
stream.cc 357 file_ = _wfopen(wfilename.c_str(), ToUtf16(mode).c_str());
373 file_ = _wfsopen(wfilename.c_str(), ToUtf16(mode).c_str(), shflag);

Completed in 968 milliseconds