Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c9963 static sqlite3_uint64 fileTimeToUnixTime( in fileTimeToUnixTime() function
10006 pStatBuf->st_ctime = (time_t)fileTimeToUnixTime(&fd.ftCreationTime); in fileStat()
10007 pStatBuf->st_atime = (time_t)fileTimeToUnixTime(&fd.ftLastAccessTime); in fileStat()
10008 pStatBuf->st_mtime = (time_t)fileTimeToUnixTime(&fd.ftLastWriteTime); in fileStat()