Home
last modified time | relevance | path

Searched refs:DeleteAfterReboot (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/download/
Ddrag_download_file.cc52 file_util::DeleteAfterReboot(file_path_); in ~DragDownloadFile()
53 file_util::DeleteAfterReboot(temp_dir_path_); in ~DragDownloadFile()
/external/chromium/base/
Dfile_util.h112 BASE_API bool DeleteAfterReboot(const FilePath& path);
Dfile_util_win.cc167 bool DeleteAfterReboot(const FilePath& path) { in DeleteAfterReboot() function