Searched refs:dest_file_path (Results 1 – 2 of 2) sorted by relevance
21 const FilePath& dest_file_path) { in PerformCommonCheckAndPreparationForMoveAndCopy() argument27 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() argument339 dest_file_path_(dest_file_path) { in RelayCopy()[all …]
126 const FilePath& dest_file_path,134 const FilePath& dest_file_path,