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

  /external/chromium_org/third_party/webrtc/base/
diskcache_win32.cc 33 std::wstring path16 = ToUtf16(folder_);
60 std::wstring path16 = ToUtf16(folder_);
78 DWORD result = ::GetFileAttributes(ToUtf16(filename).c_str());
83 return ::DeleteFile(ToUtf16(filename).c_str()) != 0;
win32filesystem.cc 163 ToUtf16(filename.pathname()).c_str(),
187 return ::DeleteFile(ToUtf16(filename.pathname()).c_str()) != 0;
194 return ::RemoveDirectory(ToUtf16(no_slash).c_str()) != 0;
223 if (::GetTempFileName(ToUtf16(dir.pathname()).c_str(),
224 ToUtf16(prefix).c_str(), 0, filename) != 0)
238 return ::MoveFile(ToUtf16(old_path.pathname()).c_str(),
239 ToUtf16(new_path.pathname()).c_str()) != 0;
250 if (::MoveFile(ToUtf16(old_path.pathname()).c_str(),
251 ToUtf16(new_path.pathname()).c_str()) == 0) {
266 if (0 == ::GetFileAttributesEx(ToUtf16(path.pathname()).c_str()
    [all...]
win32.h 51 inline std::wstring ToUtf16(const char* utf8, size_t len) {
59 inline std::wstring ToUtf16(const std::string& str) {
60 return ToUtf16(str.data(), str.length());
macutils.h 28 bool ToUtf16(const std::string& str8, CFStringRef* str16);
winfirewall.cc 77 return QueryAuthorizedW(ToUtf16(filename).c_str(), authorized);
120 return AddApplicationW(ToUtf16(filename).c_str(),
121 ToUtf16(friendly_name).c_str(), authorized, result);
macutils.cc 38 bool ToUtf16(const std::string& str8, CFStringRef* str16) {
fileutils.cc 67 handle_ = ::FindFirstFile(ToUtf16(d).c_str(), &data_);
proxydetect.cc 716 if (HINTERNET hWinHttp = pWHO(ToUtf16(agent).c_str(),
734 pWHGPFU, hWinHttp, ToUtf16(url).c_str(), &options, &info);
744 std::wstring autoconfig_url16((ToUtf16)(proxy->autoconfig_url));
749 pWHGPFU, hWinHttp, ToUtf16(url).c_str(), &options, &info);
    [all...]
win32toolhelp_unittest.cc 255 std::wstring name = ToUtf16(Pathname(ToUtf8(buf)).filename());
stream.cc 329 file_ = _wfopen(wfilename.c_str(), ToUtf16(mode).c_str());
351 file_ = _wfsopen(wfilename.c_str(), ToUtf16(mode).c_str(), shflag);
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
utf_util_win.h 24 inline std::wstring ToUtf16(const char* utf8, size_t len) {
33 inline std::wstring ToUtf16(const std::string& str) {
34 return ToUtf16(str.data(), str.length());
  /external/chromium_org/third_party/webrtc/test/testsupport/
fileutils.cc 171 if (::GetTempFileName(ToUtf16(dir).c_str(),
172 ToUtf16(prefix).c_str(), 0, filename) != 0)

Completed in 567 milliseconds