Home
last modified time | relevance | path

Searched refs:utime_t (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dposixmodule.c5244 } utime_t; typedef
5247 * these macros assume that "ut" is a pointer to a utime_t
5302 utime_dir_fd(utime_t *ut, int dir_fd, const char *path, int follow_symlinks) in utime_dir_fd()
5337 utime_fd(utime_t *ut, int fd) in utime_fd()
5379 utime_nofollow_symlinks(utime_t *ut, const char *path) in utime_nofollow_symlinks()
5411 utime_default(utime_t *ut, const char *path) in utime_default()
5516 utime_t utime; in os_utime_impl()
5518 memset(&utime, 0, sizeof(utime_t)); in os_utime_impl()

Completed in 17 milliseconds