Home
last modified time | relevance | path

Searched refs:UTIME_NOW (Results 1 - 25 of 52) sorted by relevance

123

/third_party/musl/src/stat/
H A Dutimensat.c8 #define NS_SPECIAL(ns) ((ns)==UTIME_NOW || (ns)==UTIME_OMIT)
13 if (times && times[0].tv_nsec==UTIME_NOW && times[1].tv_nsec==UTIME_NOW) in utimensat()
/third_party/ltp/include/lapi/
H A Dutime.h9 #ifndef UTIME_NOW
10 # define UTIME_NOW ((1l << 30) - 1l) macro
/third_party/rust/crates/rustix/tests/time/
H A Dtimespec.rs4 use rustix::fs::{UTIME_NOW, UTIME_OMIT}; in test_timespec_layout()
19 tv_nsec: UTIME_NOW, in test_timespec_layout()
/third_party/musl/libc-test/src/functional/
H A Dutime64.c48 TEST(__futimens_time64(fd, ((struct timespec[2]){{.tv_nsec=UTIME_NOW},{.tv_nsec=UTIME_OMIT}})) == 0, "\n"); in main()
55 TEST(__futimens_time64(fd, ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nsec=UTIME_NOW}})) == 0, "\n"); in main()
60 TEST(__futimens_time64(fd, ((struct timespec[2]){{.tv_nsec=UTIME_NOW},{.tv_nsec=UTIME_OMIT}})) == 0, "\n"); in main()
H A Dutime.c45 TEST(futimens(fd, ((struct timespec[2]){{.tv_nsec=UTIME_NOW},{.tv_nsec=UTIME_OMIT}})) == 0, "\n"); in main()
52 TEST(futimens(fd, ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nsec=UTIME_NOW}})) == 0, "\n"); in main()
57 TEST(futimens(fd, ((struct timespec[2]){{.tv_nsec=UTIME_NOW},{.tv_nsec=UTIME_OMIT}})) == 0, "\n"); in main()
/third_party/rust/crates/rustix/src/fs/
H A Dat.rs29 /// `UTIME_NOW` for use with [`utimensat`].
33 pub const UTIME_NOW: Nsecs = backend::fs::types::UTIME_NOW as Nsecs; consts
H A Dmod.rs96 UTIME_NOW, UTIME_OMIT,
/third_party/ltp/testcases/kernel/syscalls/utimensat/
H A Dutimensat01.c39 static struct mytime tnn = {0, UTIME_NOW, 0, UTIME_NOW, 1, 1};
41 static struct mytime tno = {0, UTIME_NOW, 0, UTIME_OMIT, 1, 0};
42 static struct mytime ton = {0, UTIME_OMIT, 0, UTIME_NOW, 0, 1};
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dtouch.c36 ts[0].tv_nsec = UTIME_NOW; in touch_main()
/third_party/toybox/toys/posix/
H A Dtouch.c43 ts[0].tv_nsec = UTIME_NOW; in touch_main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h70 #define UTIME_NOW 0x3fffffff macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h70 #define UTIME_NOW 0x3fffffff macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h70 #define UTIME_NOW 0x3fffffff macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h70 #define UTIME_NOW 0x3fffffff macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h70 #define UTIME_NOW 0x3fffffff macro
/third_party/musl/libc-test/src/api/
H A Dsys_stat.c84 C(UTIME_NOW) in f()
/third_party/musl/include/sys/
H A Dstat.h77 #define UTIME_NOW 0x3fffffff macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h160 #define UTIME_NOW 0x3fffffff macro
/third_party/ltp/lib/
H A Dsafe_file_ops.c330 case UTIME_NOW: in set_time()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs643 pub use linux_raw_sys::general::{UTIME_NOW, UTIME_OMIT};
/third_party/libfuse/example/
H A Dpassthrough_hp.cc276 tv[0].tv_nsec = UTIME_NOW; in do_setattr()
281 tv[1].tv_nsec = UTIME_NOW; in do_setattr()
H A Dpassthrough_ll.c265 tv[0].tv_nsec = UTIME_NOW; in lo_setattr()
270 tv[1].tv_nsec = UTIME_NOW; in lo_setattr()
/third_party/lz4/programs/
H A Dutil.h372 timebuf[0].tv_nsec = UTIME_NOW; in UTIL_setFileStat()
/third_party/ntfs-3g/src/
H A Dntfs-3g.c2796 || ((tv[0].tv_nsec == UTIME_NOW) in ntfs_fuse_utimens()
2797 && (tv[1].tv_nsec == UTIME_NOW) in ntfs_fuse_utimens()
2802 if (tv[0].tv_nsec == UTIME_NOW) in ntfs_fuse_utimens()
2808 if (tv[1].tv_nsec == UTIME_NOW) in ntfs_fuse_utimens()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs1096 pub use c::{UTIME_NOW, UTIME_OMIT};

Completed in 20 milliseconds

123