Home
last modified time | relevance | path

Searched refs:ATIME (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.c1270 #define ATIME buf[0].tv_sec in edk2_utime() macro
1275 #define ATIME buf.actime in edk2_utime() macro
1280 #define ATIME buf[0] in edk2_utime() macro
1312 ATIME = atime; in edk2_utime()
1333 #undef ATIME in edk2_utime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c1324 #define ATIME buf[0].tv_sec in posix_utime() macro
1329 #define ATIME buf.actime in posix_utime() macro
1334 #define ATIME buf[0] in posix_utime() macro
1366 ATIME = atime; in posix_utime()
1387 #undef ATIME in posix_utime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c2865 #define ATIME buf[0].tv_sec in posix_utime()
2870 #define ATIME buf.actime in posix_utime()
2875 #define ATIME buf[0] in posix_utime()
2907 ATIME = atime; in posix_utime()
2928 #undef ATIME in posix_utime()