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,
100 BASE_EXPORT bool CopyFile(const FilePath& from_path, const FilePath& to_path);
105 // If there are files existing under to_path, always overwrite. Returns true
110 const FilePath& to_path,
446 const FilePath& to_path);
451 const FilePath& to_path);
454 // Copy from_path to to_path recursively and then delete from_path recursively.
459 const FilePath& to_path);