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

  /external/chromium_org/sandbox/win/src/
win_utils.h 70 bool ConvertToLongPath(const base::string16& short_path,
win_utils.cc 184 bool ConvertToLongPath(const base::string16& short_path,
216 if (!ConvertToLongPath(begin, &begin))
filesystem_policy.cc 376 ConvertToLongPath(path, new_path);
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 252 base::FilePath ConvertToLongPath(const base::FilePath& path) {
277 return ConvertToLongPath(target_path) == ConvertToLongPath(chrome_exe);
    [all...]
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 92 bool ConvertToLongPath(const base::string16& short_path,
331 if (!ConvertToLongPath(path, &module->location))
    [all...]

Completed in 137 milliseconds