Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dopen.rs167 const UTIME_NOW: i64 = (1i64 << 30) - 1i64; constant
194 if atime.tv_nsec == UTIME_NOW {
199 if mtime.tv_nsec == UTIME_NOW {