Searched refs:dest_is_directory (Results 1 – 1 of 1) sorted by relevance
41 bool dest_is_directory = file_util::DirectoryExists(dest_file_path); in PerformCommonCheckAndPreparationForMoveAndCopy() local42 if (src_is_directory && !dest_is_directory) in PerformCommonCheckAndPreparationForMoveAndCopy()47 if (!src_is_directory && dest_is_directory) in PerformCommonCheckAndPreparationForMoveAndCopy()54 if (dest_is_directory) { in PerformCommonCheckAndPreparationForMoveAndCopy()