Searched refs:last_log_file (Results 1 – 2 of 2) sorted by relevance
136 void rotate_logs(const char* last_log_file, const char* last_kmsg_file) { in rotate_logs() argument145 std::string old_log = android::base::StringPrintf("%s", last_log_file); in rotate_logs()149 std::string new_log = android::base::StringPrintf("%s.%d", last_log_file, i + 1); in rotate_logs()
50 void rotate_logs(const char* last_log_file, const char* last_kmsg_file);