Home
last modified time | relevance | path

Searched refs:utimensat (Results 1 – 25 of 63) sorted by relevance

123

/third_party/ltp/m4/
Dltp-utimensat.m45 AC_MSG_CHECKING([for utimensat])
16 return utimensat(AT_FDCWD, NULL, NULL, 0);
20 AC_DEFINE(HAVE_UTIMENSAT, 1, [Define to 1 if you have utimensat(2)])
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dutimensat.c38 int result = utimensat(fd, path, times, 0); in utimensat_0100()
66 int result = utimensat(-1, NULL, NULL, 0); in utimensat_0200()
Dtest_src_functionalext_supplement_stat.gni26 "utimensat",
/third_party/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c116 …{ .utimensat = sys_utimensat, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel s…
120 …{ .utimensat = sys_utimensat_time64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with ke…
207 TEST(tv->utimensat(dfd, pathname, &ts, flags)); in reset_time()
252 TEST(tv->utimensat(dfd, pathname, tsp, tc->flags)); in run()
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h92 int utimensat(int, const char *, const struct timespec [2], int);
119 __REDIR(utimensat, __utimensat_time64);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h92 int utimensat(int, const char *, const struct timespec [2], int);
119 __REDIR(utimensat, __utimensat_time64);
/third_party/musl/include/sys/
Dstat.h92 int utimensat(int, const char *, const struct timespec [2], int);
119 __REDIR(utimensat, __utimensat_time64);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h92 int utimensat(int, const char *, const struct timespec [2], int);
119 __REDIR(utimensat, __utimensat_time64);
/third_party/musl/porting/linux/user/include/sys/
Dstat.h92 int utimensat(int, const char *, const struct timespec [2], int);
119 __REDIR(utimensat, __utimensat_time64);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h92 int utimensat(int, const char *, const struct timespec [2], int);
118 __REDIR(utimensat, __utimensat_time64);
/third_party/musl/ndk_musl_include/sys/
Dstat.h92 int utimensat(int, const char *, const struct timespec [2], int);
118 __REDIR(utimensat, __utimensat_time64);
/third_party/musl/src/stat/
Dfutimens.c5 return utimensat(fd, 0, times, 0); in futimens()
Dfutimesat.c19 return utimensat(dirfd, pathname, times ? ts : 0, 0); in __futimesat()
Dutimensat.c10 int utimensat(int fd, const char *path, const struct timespec times[2], int flags) in utimensat() function
/third_party/musl/src/time/
Dutime.c8 return utimensat(AT_FDCWD, path, times ? ((struct timespec [2]){ in utime()
/third_party/musl/porting/liteos_a/user/src/time/
Dutime.c10 return utimensat(AT_FDCWD, path, times ? ((struct timespec [2]){ in utime()
/third_party/musl/compat/time32/
Dutimensat_time32.c7 return utimensat(fd, path, !times32 ? 0 : ((struct timespec[2]){ in __utimensat_time32()
/third_party/musl/src/legacy/
Dlutimes.c13 return utimensat(AT_FDCWD, filename, times, AT_SYMLINK_NOFOLLOW); in lutimes()
/third_party/toybox/toys/posix/
Dtouch.c75 if (!utimensat(AT_FDCWD, s, ts, FLAG(h)*AT_SYMLINK_NOFOLLOW)) continue; in touch_main()
/third_party/toybox/porting/liteos_a/toys/posix/
Dtouch.c68 if (!utimensat(AT_FDCWD, s, ts, FLAG(h)*AT_SYMLINK_NOFOLLOW)) continue; in touch_main()
/third_party/ltp/include/
Dtime64_variants.h61 int (*utimensat)(int dirfd, const char *pathname, void *times, member
/third_party/musl/libc-test/src/common/
Dtest.h38 #define __utimensat_time64 utimensat
/third_party/eudev/src/udev/
Dudev-node.c81 utimensat(AT_FDCWD, slink, NULL, AT_SYMLINK_NOFOLLOW); in node_symlink()
333 utimensat(AT_FDCWD, devnode, NULL, 0); in node_permissions_apply()
/third_party/musl/libc-test/src/functional/
Dutime64.c24 …TEST(utimensat(AT_FDCWD, "/dev/null/invalid", ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nse… in main()
Dutime.c21 …TEST(utimensat(AT_FDCWD, "/dev/null/invalid", ((struct timespec[2]){{.tv_nsec=UTIME_OMIT},{.tv_nse… in main()

123