Searched refs:_gl_convert_FILETIME_to_timespec (Results 1 – 3 of 3) sorted by relevance
114 _gl_convert_FILETIME_to_timespec (const FILETIME *ft) in _gl_convert_FILETIME_to_timespec() function371 buf->st_atim = _gl_convert_FILETIME_to_timespec (&info.ftLastAccessTime); in _gl_fstat_by_handle()372 buf->st_mtim = _gl_convert_FILETIME_to_timespec (&info.ftLastWriteTime); in _gl_fstat_by_handle()373 buf->st_ctim = _gl_convert_FILETIME_to_timespec (&info.ftCreationTime); in _gl_fstat_by_handle()
331 buf->st_atim = _gl_convert_FILETIME_to_timespec (&info.ftLastAccessTime); in rpl_stat()332 buf->st_mtim = _gl_convert_FILETIME_to_timespec (&info.ftLastWriteTime); in rpl_stat()333 buf->st_ctim = _gl_convert_FILETIME_to_timespec (&info.ftCreationTime); in rpl_stat()
22 extern struct timespec _gl_convert_FILETIME_to_timespec (const FILETIME *ft);