Searched refs:_gl_convert_FILETIME_to_POSIX (Results 1 – 3 of 3) sorted by relevance
139 _gl_convert_FILETIME_to_POSIX (const FILETIME *ft) in _gl_convert_FILETIME_to_POSIX() function375 buf->st_atime = _gl_convert_FILETIME_to_POSIX (&info.ftLastAccessTime); in _gl_fstat_by_handle()376 buf->st_mtime = _gl_convert_FILETIME_to_POSIX (&info.ftLastWriteTime); in _gl_fstat_by_handle()377 buf->st_ctime = _gl_convert_FILETIME_to_POSIX (&info.ftCreationTime); in _gl_fstat_by_handle()
335 buf->st_atime = _gl_convert_FILETIME_to_POSIX (&info.ftLastAccessTime); in rpl_stat()336 buf->st_mtime = _gl_convert_FILETIME_to_POSIX (&info.ftLastWriteTime); in rpl_stat()337 buf->st_ctime = _gl_convert_FILETIME_to_POSIX (&info.ftCreationTime); in rpl_stat()
24 extern time_t _gl_convert_FILETIME_to_POSIX (const FILETIME *ft);