Home
last modified time | relevance | path

Searched refs:corrupted_path (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dkey_file_store.cc137 string corrupted_path = path_.value() + kCorruptSuffix; in MarkAsCorrupted() local
138 int ret = rename(path_.value().c_str(), corrupted_path.c_str()); in MarkAsCorrupted()
Djson_store.cc467 string corrupted_path = path_.value() + kCorruptSuffix; in MarkAsCorrupted() local
468 int ret = rename(path_.value().c_str(), corrupted_path.c_str()); in MarkAsCorrupted()