Searched refs:path16 (Results 1 – 2 of 2) sorted by relevance
54 std::wstring path16; in CreateFolder() local55 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()
63 string16 path16; in GetFirefoxProfilePath() local65 root.GetString(current_profile + ".Path", &path16)) { in GetFirefoxProfilePath()68 &path16, 0, ASCIIToUTF16("/"), ASCIIToUTF16("\\")); in GetFirefoxProfilePath()70 FilePath path = FilePath::FromWStringHack(UTF16ToWide(path16)); in GetFirefoxProfilePath()