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,
103 BASE_EXPORT bool CopyFile(const FilePath& from_path, const FilePath& to_path);
115 BASE_EXPORT bool CopyDirectory(const FilePath& from_path,
439 BASE_EXPORT bool MoveUnsafe(const FilePath& from_path,
444 BASE_EXPORT bool CopyFileUnsafe(const FilePath& from_path,
448 // Copy from_path to to_path recursively and then delete from_path recursively.
452 BASE_EXPORT bool CopyAndDeleteDirectory(const FilePath& from_path,