Home
last modified time | relevance | path

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

/system/vold/
DCheckpoint.cpp228 std::string retryContent = oldContent.substr(0, oldContent.find_first_of(" ")); in abort_metadata_file() local
230 if (!android::base::ParseInt(retryContent, &retry)) { in abort_metadata_file()
727 std::string retryContent = oldContent.substr(0, oldContent.find_first_of(" ")); in cp_markBootAttempt() local
729 if (!android::base::ParseInt(retryContent, &retry)) in cp_markBootAttempt()