Home
last modified time | relevance | path

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

/external/qemu/
Doslib-posix.c130 if (times[0].tv_nsec == UTIME_OMIT && times[1].tv_nsec == UTIME_OMIT) { in qemu_utimensat()
141 if (times[0].tv_nsec == UTIME_OMIT || times[1].tv_nsec == UTIME_OMIT) { in qemu_utimensat()
149 } else if (times[i].tv_nsec == UTIME_OMIT) { in qemu_utimensat()
Dqemu-os-posix.h46 #ifndef UTIME_OMIT
47 # define UTIME_OMIT ((1l << 30) - 2l) macro