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

  /external/chromium/chrome/browser/
shell_integration_win.cc 355 std::wstring short_path; local
357 WriteInto(&short_path, MAX_PATH), MAX_PATH);
358 if (!FilePath::CompareEqualIgnoreCase(short_path, short_app_path))
enumerate_modules_model_win.cc 85 bool ConvertToLongPath(const string16& short_path, string16* long_path) {
87 DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf,
    [all...]
  /external/chromium/chrome/common/
sandbox_policy.cc 372 wchar_t short_path[MAX_PATH]; local
374 short_path, arraysize(short_path)))
384 short_path);

Completed in 50 milliseconds