Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp331 std::string new_log = android::base::StringPrintf("%s.%d", LAST_LOG_FILE, i+1); in rotate_logs() local
333 rename(old_log.c_str(), new_log.c_str()); in rotate_logs()