Home
last modified time | relevance | path

Searched refs:UnixTimeToFileTime (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/TSRM/
H A Dtsrm_win32.c776 static zend_always_inline void UnixTimeToFileTime(time_t t, LPFILETIME pft) /* {{{ */ in UnixTimeToFileTime() function
818 UnixTimeToFileTime(buf->modtime, &mtime); in win32_utime()
819 UnixTimeToFileTime(buf->actime, &atime); in win32_utime()

Completed in 6 milliseconds