Home | History | Annotate | Download | only in files

Lines Matching refs:to_path

86 BASE_EXPORT bool Move(const FilePath& from_path, const FilePath& to_path);
88 // Renames file |from_path| to |to_path|. Both paths must be on the same
95 const FilePath& to_path,
103 BASE_EXPORT bool CopyFile(const FilePath& from_path, const FilePath& to_path);
108 // If there are files existing under to_path, always overwrite. Returns true
116 const FilePath& to_path,
420 const FilePath& to_path);
425 const FilePath& to_path);
428 // Copy from_path to to_path recursively and then delete from_path recursively.
433 const FilePath& to_path);