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

/bootable/recovery/
H A Drotate_logs.cpp96 std::string new_log = android::base::StringPrintf("%s.%d", last_log_file, i + 1); local
98 rename(old_log.c_str(), new_log.c_str());

Completed in 395 milliseconds