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

  /external/chromium_org/sandbox/win/src/
win_utils.cc 195 scoped_ptr<wchar_t[]> long_path_buf(new wchar_t[size]);
197 DWORD return_value = ::GetLongPathName(path.c_str(), long_path_buf.get(),
201 long_path_buf.reset(new wchar_t[size]);
202 return_value = ::GetLongPathName(path.c_str(), long_path_buf.get(), size);
223 path = long_path_buf.get();
  /external/chromium_org/content/common/
sandbox_win.cc 321 wchar_t long_path_buf[MAX_PATH]; local
323 long_path_buf,
328 base::FilePath debug_message(long_path_buf);
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 94 wchar_t long_path_buf[MAX_PATH]; local
95 DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf,
98 *long_path = long_path_buf;
    [all...]

Completed in 229 milliseconds