| 608 | } |
| 609 | |
| 610 | void FlashEnv::TryRollbackPersistentCacheFiles() { |
| 611 | for (auto& flash_path : flash_paths_) { |
| 612 | DoRollbackPersistentCacheFiles(flash_path); |
| 613 | } |
| 614 | } |
| 615 | |
| 616 | void FlashEnv::DoRollbackPersistentCacheFiles(const std::string& path) { |
| 617 | SystemFileType type; |