Searched refs:corrupted_path (Results 1 – 2 of 2) sorted by relevance
137 string corrupted_path = path_.value() + kCorruptSuffix; in MarkAsCorrupted() local138 int ret = rename(path_.value().c_str(), corrupted_path.c_str()); in MarkAsCorrupted()
467 string corrupted_path = path_.value() + kCorruptSuffix; in MarkAsCorrupted() local468 int ret = rename(path_.value().c_str(), corrupted_path.c_str()); in MarkAsCorrupted()