Home
last modified time | relevance | path

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

/external/libcups/cups/
Ddir.c49 _cups_dir_time(FILETIME ft) /* I - File time */ in _cups_dir_time() function
186 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()