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

  /external/chromium/chrome/common/
sandbox_policy.cc 252 wchar_t long_path_buf[MAX_PATH]; local
254 long_path_buf,
259 string16 debug_message(long_path_buf);
  /external/chromium_org/content/common/
sandbox_win.cc 314 wchar_t long_path_buf[MAX_PATH]; local
316 long_path_buf,
321 base::FilePath debug_message(long_path_buf);
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 86 wchar_t long_path_buf[MAX_PATH]; local
87 DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf,
90 *long_path = long_path_buf;
    [all...]
  /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 154 milliseconds