Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Dbase_file.cc112 if (!file_util::RenameFileAndResetSecurityDescriptor(full_path_, new_path)) in Rename()
/external/chromium/base/
Dfile_util.h562 BASE_API bool RenameFileAndResetSecurityDescriptor(
Dfile_util_win.cc790 bool RenameFileAndResetSecurityDescriptor(const FilePath& source_file_path, in RenameFileAndResetSecurityDescriptor() function