Searched refs:utime (Results 1 – 7 of 7) sorted by relevance
/system/extras/cpustats/ |
D | cpustats.c | 45 long unsigned utime, ntime, stime, itime, iowtime, irqtime, sirqtime; member 245 &new_total_cpu.utime, &new_total_cpu.ntime, &new_total_cpu.stime, &new_total_cpu.itime, in read_stats() 255 fscanf(file, scanline, &new_cpus[i].utime, &new_cpus[i].ntime, &new_cpus[i].stime, in read_stats() 295 return (cpu->utime + cpu->ntime + cpu->stime + cpu->itime + cpu->iowtime + cpu->irqtime + in get_cpu_total_time() 328 new_cpu->utime - old_cpu->utime, in print_cpu_stats() 341 new_cpu->utime - old_cpu->utime, in print_cpu_stats()
|
/system/update_engine/ |
D | main.cc | 59 string GetTimeAsString(time_t utime) { in GetTimeAsString() argument 61 CHECK_EQ(localtime_r(&utime, &tm), &tm); in GetTimeAsString()
|
/system/extras/ANRdaemon/ |
D | ANRdaemon.cpp | 74 unsigned long utime, ntime, stime, itime; member 139 if (fscanf(fp, params, &cpu->utime, &cpu->ntime, in get_cpu_stat() 151 cpu->total = cpu->utime + cpu->ntime + cpu->stime + cpu->itime in get_cpu_stat()
|
/system/core/bootstat/ |
D | boot_event_record_store.cpp | 85 if (utime(record_path.c_str(), ×) == -1) { in AddBootEventWithValue()
|
/system/core/adb/ |
D | file_sync_service.cpp | 272 utime(path, &u); in handle_send_file()
|
D | sysdeps.h | 340 #define utime adb_utime macro
|
D | file_sync_client.cpp | 1079 int r1 = utime(lpath.c_str(), ×); in set_time_and_mode()
|