Home
last modified time | relevance | path

Searched refs:dest_file_path (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dfile_util_proxy.cc21 const FilePath& dest_file_path) { in PerformCommonCheckAndPreparationForMoveAndCopy() argument
27 if (!file_util::DirectoryExists(dest_file_path.DirName())) in PerformCommonCheckAndPreparationForMoveAndCopy()
31 if (src_file_path.IsParent(dest_file_path)) in PerformCommonCheckAndPreparationForMoveAndCopy()
35 if (!file_util::PathExists(dest_file_path)) in PerformCommonCheckAndPreparationForMoveAndCopy()
41 bool dest_is_directory = file_util::DirectoryExists(dest_file_path); in PerformCommonCheckAndPreparationForMoveAndCopy()
51 if (src_file_path.value() == dest_file_path.value()) in PerformCommonCheckAndPreparationForMoveAndCopy()
60 if (!file_util::Delete(dest_file_path, false /* recursive */)) { in PerformCommonCheckAndPreparationForMoveAndCopy()
61 if (!file_util::IsDirectoryEmpty(dest_file_path)) in PerformCommonCheckAndPreparationForMoveAndCopy()
335 const FilePath& dest_file_path, in RelayCopy() argument
339 dest_file_path_(dest_file_path) { in RelayCopy()
[all …]
Dfile_util_proxy.h126 const FilePath& dest_file_path,
134 const FilePath& dest_file_path,