HomeSort by relevance Sort by last modified time
    Searched defs:utime (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/upstream-netbsd/lib/libc/gen/
utime.c 1 /* $NetBSD: utime.c,v 1.14 2012/06/25 22:32:44 abs Exp $ */
35 static char sccsid[] = "@(#)utime.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: utime.c,v 1.14 2012/06/25 22:32:44 abs Exp $");
47 #include <utime.h>
50 utime(const char *path, const struct utimbuf *times) function
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
utime.c 40 NetBSD: utime.c,v 1.12 2003/08/07 16:42:59 agc Exp
41 utime.c 8.1 (Berkeley) 6/4/93
52 #include <utime.h>
55 utime( function
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
process_info.h 36 unsigned long utime; member in struct:ProcessSnapshot
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 51 def utime(path, times): function
52 return os.utime(LongFilePath(path), times)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
utime.h 112 int __cdecl utime(const char *, struct utimbuf *);
115 __CRT_INLINE int __cdecl utime(const char *_Filename,struct utimbuf *_Utimbuf) { function
  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 117 * (4b) utime
127 int utime; local
130 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu);
136 JDWP::Append4BE(bytes, utime);
  /external/perfetto/src/base/
watchdog_posix.cc 143 unsigned long int utime = 0l; local
150 &utime, &stime, &rss_pages) == 3);
152 uint64_t cpu_time = utime + stime;
  /system/extras/cpustats/
cpustats.c 45 long unsigned utime, ntime, stime, itime, iowtime, irqtime, sirqtime; member in struct:cpu_info
245 &new_total_cpu.utime, &new_total_cpu.ntime, &new_total_cpu.stime, &new_total_cpu.itime,
255 fscanf(file, scanline, &new_cpus[i].utime, &new_cpus[i].ntime, &new_cpus[i].stime,
295 return (cpu->utime + cpu->ntime + cpu->stime + cpu->itime + cpu->iowtime + cpu->irqtime +
328 new_cpu->utime - old_cpu->utime,
341 new_cpu->utime - old_cpu->utime,
  /bionic/libc/kernel/uapi/linux/raid/
md_u.h 63 unsigned int utime; member in struct:mdu_array_info_s
md_p.h 86 __u32 utime; member in struct:mdp_superblock_s
165 __le64 utime; member in struct:mdp_superblock_1
  /external/ImageMagick/MagickCore/
nt-base.h 41 #include <sys/utime.h>
269 #if !defined(utime)
270 # define utime _utime macro
  /external/kernel-headers/original/uapi/linux/raid/
md_u.h 95 unsigned int utime; /* 0 Superblock update time */ member in struct:mdu_array_info_s
md_p.h 160 __u32 utime; /* 0 Superblock update time */ member in struct:mdp_superblock_s
293 __le64 utime; /* 40 bits second, 24 bits microseconds */ member in struct:mdp_superblock_1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/raid/
md_u.h 94 int utime; /* 0 Superblock update time */ member in struct:mdu_array_info_s
md_p.h 141 __u32 utime; /* 0 Superblock update time */ member in struct:mdp_superblock_s
257 __le64 utime; /* 40 bits second, 24 bits microseconds */ member in struct:mdp_superblock_1
  /system/core/adb/
sysdeps.h 69 #include <utime.h>
255 #define utime adb_utime macro
  /system/extras/boottime_tools/bootio/
bootio_collector.cpp 41 long unsigned utime, ntime, stime, itime; local
46 fscanf(file, "cpu %lu %lu %lu %lu %lu %lu %lu", &utime, &ntime, &stime,
49 cpu.set_utime(utime);
126 uint64_t utime;
136 &utime,
139 sample->set_utime(utime);
204 return cpu.utime() + cpu.ntime() + cpu.stime() + cpu.itime() + cpu.iowtime() +
269 cpuLoad = (newerSample->utime() - olderSample->utime() +
  /system/extras/ANRdaemon/
ANRdaemon.cpp 73 unsigned long utime, ntime, stime, itime; member in struct:cpu_stat
138 if (fscanf(fp, params, &cpu->utime, &cpu->ntime,
150 cpu->total = cpu->utime + cpu->ntime + cpu->stime + cpu->itime
  /external/brotli/c/tools/
brotli.c 25 #include <utime.h>
30 #include <sys/utime.h>
45 #define utime _utime macro
491 utime(output_path, &times);
  /external/libchrome/base/process/
process_metrics_linux.cc 477 // Number of spaces remaining until reaching utime's index starting after the
484 // in |input| before utime.
487 int utime = 0; local
489 if (sscanf(&input.data()[i], "%d %d", &utime, &stime) != 2)
492 return utime + stime;
  /external/python/cpython3/Lib/
pathlib.py 439 utime = _wrap_strfunc(os.utime) variable in class:_NormalAccessor
    [all...]
tarfile.py 2262 def utime(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 480 // field 14 is utime
483 unsigned long long utime = 0, stime = 0, iotime = 0; local
489 &utime, &stime, &iotime) != 3) {
493 unsigned long long total = utime + stime;
505 if ((name[0] != '[') || utime) {
506 snprcent(buffer, sizeof(buffer), 57, utime);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py 2296 def utime(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /external/python/cpython2/Lib/
tarfile.py 2326 def utime(self, tarinfo, targetpath): member in class:TarFile
    [all...]

Completed in 1543 milliseconds

1 2 3 4 5 6 7