Home | History | Annotate | Download | only in base

Lines Matching refs:src_file_path

20     const FilePath& src_file_path,
23 if (!file_util::PathExists(src_file_path))
31 if (src_file_path.IsParent(dest_file_path))
38 // |src_file_path| exists and is a directory.
40 bool src_is_directory = file_util::DirectoryExists(src_file_path);
45 // |src_file_path| exists and is a file.
51 if (src_file_path.value() == dest_file_path.value())
334 RelayCopy(const FilePath& src_file_path,
338 src_file_path_(src_file_path),
360 RelayMove(const FilePath& src_file_path,
364 src_file_path_(src_file_path),
808 const FilePath& src_file_path,
812 new RelayCopy(src_file_path, dest_file_path, callback));
817 const FilePath& src_file_path,
821 new RelayMove(src_file_path, dest_file_path, callback));