Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DProcessCpuTracker.java459 final long utime = procStats[PROCESS_STAT_UTIME] * mJiffyMillis; in collectStats()
462 if (utime == st.base_utime && stime == st.base_stime) { in collectStats()
486 + " utime=" + utime + "-" + st.base_utime in collectStats()
493 st.rel_utime = (int)(utime - st.base_utime); in collectStats()
495 st.base_utime = utime; in collectStats()
/frameworks/native/cmds/dumpstate/
Dutils.cpp503 unsigned long long utime = 0, stime = 0, iotime = 0; in show_showtime() local
509 &utime, &stime, &iotime) != 3) { in show_showtime()
513 unsigned long long total = utime + stime; in show_showtime()
525 if ((name[0] != '[') || utime) { in show_showtime()
526 snprcent(buffer, sizeof(buffer), 57, utime); in show_showtime()
/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp81 ::utime(fullPath, &times); in touch()
/frameworks/native/cmds/rawbu/
Dbackup.cpp611 if (utime(path, &timbuf) != 0) { in restore_data()
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake481 /* Define to 1 if you have the <utime.h> header file. */
/frameworks/native/cmds/installd/
Ddexopt.cpp1513 if (utime(out_oat_path, &ut) != 0) { in update_out_oat_access_times()