Home | History | Annotate | Download | only in files

Lines Matching refs:from_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
94 BASE_EXPORT bool ReplaceFile(const FilePath& from_path,
103 BASE_EXPORT bool CopyFile(const FilePath& from_path, const FilePath& to_path);
115 BASE_EXPORT bool CopyDirectory(const FilePath& from_path,
419 BASE_EXPORT bool MoveUnsafe(const FilePath& from_path,
424 BASE_EXPORT bool CopyFileUnsafe(const FilePath& from_path,
428 // Copy from_path to to_path recursively and then delete from_path recursively.
432 BASE_EXPORT bool CopyAndDeleteDirectory(const FilePath& from_path,