Home
last modified time | relevance | path

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

/system/vold/
DCheckpoint.cpp229 std::string retryContent = oldContent.substr(0, oldContent.find_first_of(" ")); in abort_metadata_file() local
231 if (!android::base::ParseInt(retryContent, &retry)) { in abort_metadata_file()
728 std::string retryContent = oldContent.substr(0, oldContent.find_first_of(" ")); in cp_markBootAttempt() local
730 if (!android::base::ParseInt(retryContent, &retry)) in cp_markBootAttempt()