Lines Matching refs:name
90 filename = log->name; in cal_log_filepath()
225 char *name; in crashlog_get_log() local
234 LOGW("no logs found for (%s)\n", log->name); in crashlog_get_log()
239 name = strrchr(files[i], '/') + 1; in crashlog_get_log()
240 if (name == (char *)1) { in crashlog_get_log()
242 log->name); in crashlog_get_log()
245 res = cal_log_filepath(&des, log, name, desdir); in crashlog_get_log()
259 res = cal_log_filepath(&des, log, log->name, desdir); in crashlog_get_log()
272 LOGD("get (%s) spend %ds\n", log->name, spent); in crashlog_get_log()
274 LOGW("get (%s) spend %ds\n", log->name, spent); in crashlog_get_log()
290 hist_raise_event(etype_str[e->event_type], crash->name, e->dir, "", in crashlog_send_crash()
303 SHORT_KEY_LENGTH, crash->name, crash->name_len, in crashlog_send_crash()
342 hist_raise_event(etype_str[e->event_type], info->name, e->dir, "", eid); in crashlog_send_info()
413 hist_raise_event(vme->vm->name, type, e->dir, "", eid); in crashlog_send_vmevent()
419 tlen, vme->vm->name, vme->vm->name_len, vmkey, klen, in crashlog_send_vmevent()
484 LOGE("failed to reclassify (%s)\n", rcrash->name); in crashlog_event_analyze()
524 e_subtype = crash->name; in crashlog_new_event()
533 e_subtype = info->name; in crashlog_new_event()
546 estr = vme->vm->name; in crashlog_new_event()
682 if (!strcmp(sender->name, "crashlog")) { in init_sender()