Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dwin_utils.cc194 scoped_ptr<wchar_t[]> long_path_buf(new wchar_t[size]); in ConvertToLongPath() local
196 DWORD return_value = ::GetLongPathName(path.c_str(), long_path_buf.get(), in ConvertToLongPath()
200 long_path_buf.reset(new wchar_t[size]); in ConvertToLongPath()
201 return_value = ::GetLongPathName(path.c_str(), long_path_buf.get(), size); in ConvertToLongPath()
222 path = long_path_buf.get(); in ConvertToLongPath()
/external/chromium_org/content/common/
Dsandbox_win.cc318 wchar_t long_path_buf[MAX_PATH]; in AddGenericPolicy() local
320 long_path_buf, in AddGenericPolicy()
325 base::FilePath debug_message(long_path_buf); in AddGenericPolicy()
/external/chromium/chrome/common/
Dsandbox_policy.cc252 wchar_t long_path_buf[MAX_PATH]; in AddGenericPolicy() local
254 long_path_buf, in AddGenericPolicy()
259 string16 debug_message(long_path_buf); in AddGenericPolicy()
/external/chromium/chrome/browser/
Denumerate_modules_model_win.cc86 wchar_t long_path_buf[MAX_PATH]; in ConvertToLongPath() local
87 DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf, in ConvertToLongPath()
90 *long_path = long_path_buf; in ConvertToLongPath()
/external/chromium_org/chrome/browser/
Denumerate_modules_model_win.cc95 wchar_t long_path_buf[MAX_PATH]; in ConvertToLongPath() local
96 DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf, in ConvertToLongPath()
99 *long_path = long_path_buf; in ConvertToLongPath()