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

  /external/chromium_org/chrome/installer/util/
delete_after_reboot_helper.cc 248 std::wstring short_path;
250 WriteInto(&short_path, MAX_PATH),
262 short_path.resize(length);
263 return base::FilePath(short_path);
shell_util.cc 1128 string16 short_path; local
    [all...]
  /external/chromium_org/sandbox/win/src/
win_utils.h 70 bool ConvertToLongPath(const base::string16& short_path,
win_utils.cc 183 bool ConvertToLongPath(const base::string16& short_path,
187 base::string16 path = short_path;
  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 176 # MSIE uses short_path in its validation, but Python's
180 for path in [request_handler.path, request_handler.short_path]:
214 self.short_path = path
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2_localnet.py 176 # MSIE uses short_path in its validation, but Python's
180 for path in [request_handler.path, request_handler.short_path]:
214 self.short_path = path
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 93 bool ConvertToLongPath(const base::string16& short_path,
96 DWORD return_value = GetLongPathName(short_path.c_str(), long_path_buf,
    [all...]

Completed in 253 milliseconds