Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_util_proxy.cc20 const FilePath& src_file_path, in PerformCommonCheckAndPreparationForMoveAndCopy() argument
23 if (!file_util::PathExists(src_file_path)) in PerformCommonCheckAndPreparationForMoveAndCopy()
31 if (src_file_path.IsParent(dest_file_path)) in PerformCommonCheckAndPreparationForMoveAndCopy()
40 bool src_is_directory = file_util::DirectoryExists(src_file_path); in PerformCommonCheckAndPreparationForMoveAndCopy()
51 if (src_file_path.value() == dest_file_path.value()) in PerformCommonCheckAndPreparationForMoveAndCopy()
334 RelayCopy(const FilePath& src_file_path, in RelayCopy() argument
338 src_file_path_(src_file_path), in RelayCopy()
360 RelayMove(const FilePath& src_file_path, in RelayMove() argument
364 src_file_path_(src_file_path), in RelayMove()
808 const FilePath& src_file_path, in Copy() argument
[all …]
Dfile_util_proxy.h125 const FilePath& src_file_path,
133 const FilePath& src_file_path,