Searched refs:_cups_dir_time (Results 1 – 1 of 1) sorted by relevance
49 _cups_dir_time(FILETIME ft) /* I - File time */ in _cups_dir_time() function186 dp->entry.fileinfo.st_atime = _cups_dir_time(entry.ftLastAccessTime); in cupsDirRead()187 dp->entry.fileinfo.st_ctime = _cups_dir_time(entry.ftCreationTime); in cupsDirRead()188 dp->entry.fileinfo.st_mtime = _cups_dir_time(entry.ftLastWriteTime); in cupsDirRead()