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

  /external/chromium_org/sandbox/win/src/
win_utils.h 68 bool ConvertToLongPath(const std::wstring& short_path, std::wstring* long_path);
win_utils.cc 183 bool ConvertToLongPath(const std::wstring& short_path,
215 if (!ConvertToLongPath(begin, &begin))
filesystem_policy.cc 376 ConvertToLongPath(path, new_path);
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 264 base::FilePath ConvertToLongPath(const base::FilePath& path) {
289 return ConvertToLongPath(target_path) == ConvertToLongPath(chrome_exe);
    [all...]
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 85 bool ConvertToLongPath(const string16& short_path, string16* long_path) {
274 if (!ConvertToLongPath(path, &module->location))
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 93 bool ConvertToLongPath(const string16& short_path, string16* long_path) {
331 if (!ConvertToLongPath(path, &module->location))
    [all...]

Completed in 460 milliseconds