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

  /external/chromium_org/content/browser/web_contents/
web_contents_drag_win.cc 258 base::DeleteFileAfterReboot(download_path);
259 base::DeleteFileAfterReboot(temp_dir_path);
web_contents_view_aura.cc 305 base::DeleteFileAfterReboot(download_path);
306 base::DeleteFileAfterReboot(temp_dir_path);
    [all...]
  /external/chromium_org/base/
file_util.h 78 BASE_EXPORT bool DeleteFileAfterReboot(const FilePath& path);
file_util_win.cc 133 bool DeleteFileAfterReboot(const FilePath& path) {
  /external/chromium_org/cloud_print/common/win/
install_utils.cc 179 base::DeleteFileAfterReboot(temp_path);
  /external/chromium_org/chrome/installer/setup/
uninstall.cc 495 if (ret && !base::DeleteFileAfterReboot(temp_file)) {
    [all...]

Completed in 161 milliseconds