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

  /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 71 milliseconds