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
1963 return ReplaceFiles(from_path, to_path); in SnapshotDataDirectory()1980 Result<void> result = ReplaceFiles(from_path, to_path); in RestoreDataDirectory()