Searched refs:DeleteFileAfterReboot (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_util.h78 BASE_EXPORT bool DeleteFileAfterReboot(const FilePath& path);
H A Dfile_util_win.cc104 bool DeleteFileAfterReboot(const FilePath& path) { function in namespace:base
/external/chromium_org/cloud_print/common/win/
H A Dinstall_utils.cc202 base::DeleteFileAfterReboot(temp_path);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc280 base::DeleteFileAfterReboot(download_path);
281 base::DeleteFileAfterReboot(temp_dir_path);
/external/chromium_org/chrome/installer/setup/
H A Duninstall.cc508 if (!base::DeleteFileAfterReboot(temp_file)) {

Completed in 105 milliseconds