Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dproxydetect.cc393 wchar_t w_path[MAX_PATH]; in GetFirefoxProfilePath() local
394 if (SHGetFolderPath(0, CSIDL_APPDATA, 0, SHGFP_TYPE_CURRENT, w_path) != in GetFirefoxProfilePath()
399 path->SetFolder(ToUtf8(w_path, wcslen(w_path))); in GetFirefoxProfilePath()