Home
last modified time | relevance | path

Searched refs:ConvertToLongPath (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dwin_utils.h70 bool ConvertToLongPath(const base::string16& short_path,
Dwin_utils.cc183 bool ConvertToLongPath(const base::string16& short_path, in ConvertToLongPath() function
215 if (!ConvertToLongPath(begin, &begin)) in ConvertToLongPath()
Dfilesystem_policy.cc376 ConvertToLongPath(path, new_path); in PreProcessName()
/external/chromium_org/chrome/browser/profiles/
Dprofile_shortcut_manager_win.cc267 base::FilePath ConvertToLongPath(const base::FilePath& path) { in ConvertToLongPath() function
292 return ConvertToLongPath(target_path) == ConvertToLongPath(chrome_exe); in IsChromeShortcut()
/external/chromium/chrome/browser/
Denumerate_modules_model_win.cc85 bool ConvertToLongPath(const string16& short_path, string16* long_path) { in ConvertToLongPath() function
274 if (!ConvertToLongPath(path, &module->location)) in NormalizeModule()
/external/chromium_org/chrome/browser/
Denumerate_modules_model_win.cc93 bool ConvertToLongPath(const base::string16& short_path, in ConvertToLongPath() function
332 if (!ConvertToLongPath(path, &module->location)) in NormalizeModule()