Home
last modified time | relevance | path

Searched refs:path16 (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dwin32filesystem.cc54 std::wstring path16; in CreateFolder() local
55 if (!Utf8ToWindowsFilename(pathname.pathname(), &path16)) in CreateFolder()
58 DWORD res = ::GetFileAttributes(path16.c_str()); in CreateFolder()
77 return (::CreateDirectory(path16.c_str(), NULL) != 0); in CreateFolder()
/external/chromium/chrome/browser/importer/
Dfirefox_importer_utils.cc63 string16 path16; in GetFirefoxProfilePath() local
65 root.GetString(current_profile + ".Path", &path16)) { in GetFirefoxProfilePath()
68 &path16, 0, ASCIIToUTF16("/"), ASCIIToUTF16("\\")); in GetFirefoxProfilePath()
70 FilePath path = FilePath::FromWStringHack(UTF16ToWide(path16)); in GetFirefoxProfilePath()