Home | History | Annotate | Download | only in base

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,
100 BASE_EXPORT bool CopyFile(const FilePath& from_path, const FilePath& to_path);
109 BASE_EXPORT bool CopyDirectory(const FilePath& from_path,
445 BASE_EXPORT bool MoveUnsafe(const FilePath& from_path,
450 BASE_EXPORT bool CopyFileUnsafe(const FilePath& from_path,
454 // Copy from_path to to_path recursively and then delete from_path recursively.
458 BASE_EXPORT bool CopyAndDeleteDirectory(const FilePath& from_path,