Home
last modified time | relevance | path

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

/system/vold/
DCheckpoint.cpp259 std::string newSuffix; in cp_needsRollback() local
262 auto cb = [&newSuffix](hidl_string s) { newSuffix = s; }; in cp_needsRollback()
264 if (oldSuffix == newSuffix) return true; in cp_needsRollback()