Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c1271 #define MTIME buf[1].tv_sec in edk2_utime() macro
1276 #define MTIME buf.modtime in edk2_utime() macro
1281 #define MTIME buf[1] in edk2_utime() macro
1313 MTIME = mtime; in edk2_utime()
1334 #undef MTIME in edk2_utime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c1325 #define MTIME buf[1].tv_sec in posix_utime() macro
1330 #define MTIME buf.modtime in posix_utime() macro
1335 #define MTIME buf[1] in posix_utime() macro
1367 MTIME = mtime; in posix_utime()
1388 #undef MTIME in posix_utime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c2866 #define MTIME buf[1].tv_sec in posix_utime()
2871 #define MTIME buf.modtime in posix_utime()
2876 #define MTIME buf[1] in posix_utime()
2908 MTIME = mtime; in posix_utime()
2929 #undef MTIME in posix_utime()