Searched defs:dest_file_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dfile_util_proxy.cc21 const FilePath& dest_file_path) {
26 // The parent of the |dest_file_path| does not exist.
27 if (!file_util::DirectoryExists(dest_file_path.DirName()))
31 if (src_file_path.IsParent(dest_file_path))
34 // Now it is ok to return if the |dest_file_path| does not exist.
35 if (!file_util::PathExists(dest_file_path))
39 // |dest_file_path| exists and is a file.
41 bool dest_is_directory = file_util::DirectoryExists(dest_file_path);
46 // |dest_file_path| exists and is a directory.
51 if (src_file_path.value() == dest_file_path
19 PerformCommonCheckAndPreparationForMoveAndCopy( const FilePath& src_file_path, const FilePath& dest_file_path) argument
334 RelayCopy(const FilePath& src_file_path, const FilePath& dest_file_path, base::FileUtilProxy::StatusCallback* callback) argument
360 RelayMove(const FilePath& src_file_path, const FilePath& dest_file_path, base::FileUtilProxy::StatusCallback* callback) argument
807 Copy(scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& src_file_path, const FilePath& dest_file_path, StatusCallback* callback) argument
816 Move(scoped_refptr<MessageLoopProxy> message_loop_proxy, const FilePath& src_file_path, const FilePath& dest_file_path, StatusCallback* callback) argument
[all...]

Completed in 123 milliseconds