/kernel/liteos_a/syscall/ |
H A D | time_syscall.c | 35 #include "utime.h" 79 ret = utime(spath, ptimes ? &sptimes : NULL); in SysUtime()
|
/third_party/libfuse/include/ |
H A D | fuse_lowlevel.h | 27 #include <utime.h>
|
/third_party/python/Tools/ssl/ |
H A D | multissltests.py | 348 os.utime(fname, None)
|
/third_party/python/Lib/ |
H A D | tarfile.py | 2297 self.utime(tarinfo, dirpath) 2450 self.utime(tarinfo, targetpath) 2589 def utime(self, tarinfo, targetpath): member in TarFile 2595 if not hasattr(os, 'utime'): 2598 os.utime(targetpath, (mtime, mtime))
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | asm-offsets.c | 289 OFFSET(ACCOUNT_USER_TIME, paca_struct, accounting.utime); in main() 299 OFFSET(ACCOUNT_USER_TIME, thread_info, accounting.utime); in main()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | apm_32.c | 900 u64 stime, utime; in apm_cpu_idle() local 907 task_cputime(current, &utime, &stime); in apm_cpu_idle()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | apm_32.c | 907 u64 stime, utime; in apm_cpu_idle() local 914 task_cputime(current, &utime, &stime); in apm_cpu_idle()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod-client.c | 89 #include <utime.h> 313 utime (interval_path, NULL); in debuginfod_clean_cache()
|
/third_party/libfuse/test/ |
H A D | test_examples.py | 820 os.utime(filename, (atime, mtime)) 824 os.utime(filename, None, ns=(atime_ns, mtime_ns))
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | hyperv.c | 1218 u64 utime, stime; in current_task_runtime_100ns() local 1220 task_cputime_adjusted(current, &utime, &stime); in current_task_runtime_100ns() 1222 return div_u64(utime + stime, 100); in current_task_runtime_100ns()
|
/device/soc/rockchip/common/sdk_linux/init/ |
H A D | initramfs.c | 11 #include <linux/utime.h>
|
/kernel/linux/linux-5.10/init/ |
H A D | initramfs.c | 11 #include <linux/utime.h>
|
/kernel/linux/linux-6.6/init/ |
H A D | initramfs.c | 12 #include <linux/utime.h>
|
/third_party/lzma/CPP/Windows/ |
H A D | FileDir.cpp | 13 #include <utime.h>
1082 return utime(path, &buf) == 0;
in SetDirTime()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | mac_tool.py | 287 os.utime(cmd_list[i + 1], None)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | mac_tool.py | 287 os.utime(cmd_list[i + 1], None)
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | time.cc | 91 + (tc.utime / v8::base::Time::kNanosecondsPerMicrosecond);
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md.c | 1330 mddev->utime = sb->utime; in super_90_validate() 1480 sb->utime = clamp_t(time64_t, mddev->utime, 0, U32_MAX); in super_90_sync() 1843 mddev->utime = le64_to_cpu(sb->utime); in super_1_validate() 2045 sb->utime = cpu_to_le64((__u64)mddev->utime); in super_1_sync() 2788 mddev->utime = ktime_get_real_seconds(); in md_update_sb() 6240 mddev->ctime = mddev->utime in md_clean() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.c | 1289 mddev->utime = sb->utime; in super_90_validate() 1439 sb->utime = clamp_t(time64_t, mddev->utime, 0, U32_MAX); in super_90_sync() 1799 mddev->utime = le64_to_cpu(sb->utime); in super_1_validate() 2001 sb->utime = cpu_to_le64((__u64)mddev->utime); in super_1_sync() 2714 mddev->utime = ktime_get_real_seconds(); in md_update_sb() 6251 mddev->ctime = mddev->utime in md_clean() [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | hyperv.c | 1461 u64 utime, stime; in current_task_runtime_100ns() local 1463 task_cputime_adjusted(current, &utime, &stime); in current_task_runtime_100ns() 1465 return div_u64(utime + stime, 100); in current_task_runtime_100ns()
|
/third_party/node/test/parallel/ |
H A D | test-fs-error-messages.js | 622 `ENOENT: no such file or directory, utime '${nonexistentFile}'`); 625 assert.strictEqual(err.syscall, 'utime');
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 606 struct __kernel_timespec __user *utime, u32 __user *uaddr2, 609 struct old_timespec32 __user *utime, u32 __user *uaddr2,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 539 const struct __kernel_timespec __user *utime, 542 const struct old_timespec32 __user *utime,
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 65 # include <utime.h> 1072 return utime(req->path, &buf); in uv__fs_utime()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.c | 70 #include <utime.h> 1937 if (utime(pathname, &ut)) { in set_date()
|