HomeSort by relevance Sort by last modified time
    Searched refs:long_path_buf (Results 1 - 2 of 2) 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/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...]

Completed in 395 milliseconds