OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteFileAfterReboot
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/base/files/
file_util.h
78
BASE_EXPORT bool
DeleteFileAfterReboot
(const FilePath& path);
file_util_win.cc
104
bool
DeleteFileAfterReboot
(const FilePath& path) {
/external/chromium_org/cloud_print/common/win/
install_utils.cc
202
base::
DeleteFileAfterReboot
(temp_path);
/external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc
280
base::
DeleteFileAfterReboot
(download_path);
281
base::
DeleteFileAfterReboot
(temp_dir_path);
[
all
...]
/external/chromium_org/chrome/installer/setup/
uninstall.cc
508
if (!base::
DeleteFileAfterReboot
(temp_file)) {
[
all
...]
Completed in 228 milliseconds