containerd/content/local
Sebastiaan van Stijn 63c185da9a
content/local: inline sys.StatATimeAsTime()
The sys.StatATimeAsTime() utility is currently only used in a single place,
but because it's living in the "sys" package, also brings in other dependencies,
such as Microsoft/hcsshim.

This patch inlines the code from sys.StatATimeAsTime(), to remove that dependency.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-22 10:14:29 +02:00
..
locks_test.go content: include the staleness of the lock when tryLock() fails 2020-12-02 14:08:02 -08:00
locks.go content: include the staleness of the lock when tryLock() fails 2020-12-02 14:08:02 -08:00
readerat.go Add OpenReader to create ReaderAt interface 2021-03-08 12:04:58 -08:00
store_bsd.go content/local: inline sys.StatATimeAsTime() 2021-06-22 10:14:29 +02:00
store_openbsd.go content/local: inline sys.StatATimeAsTime() 2021-06-22 10:14:29 +02:00
store_test.go content/local: validate digest before calculating path 2020-04-09 17:37:47 -07:00
store_unix.go content/local: inline sys.StatATimeAsTime() 2021-06-22 10:14:29 +02:00
store_windows.go Licence header added 2018-02-19 10:32:26 +09:00
store.go Change Wrapf of non-error to an actual error 2021-06-02 14:48:49 -04:00
writer.go content/local: validate digest before calculating path 2020-04-09 17:37:47 -07:00