Searched refs:ReplaceFiles (Results 1 – 2 of 2) sorted by relevance
61 inline android::base::Result<void> ReplaceFiles(const std::string& from_path, in ReplaceFiles() function
1723 return ReplaceFiles(from_path, to_path); in SnapshotDataDirectory()1740 Result<void> result = ReplaceFiles(from_path, to_path); in RestoreDataDirectory()