Searched refs:atime (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c1096 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime)\n\
2768 "utime(path, (atime, mtime))\n\
2784 FILETIME atime, mtime; local
2822 !SystemTimeToFileTime(&now, &atime)) {
2829 "utime() arg 2 must be a tuple (atime, mtime)");
2836 time_t_to_FILE_TIME(atimesec, 1000*ausec, &atime);
2842 if (!SetFileTime(hFile, NULL, &atime, &mtime)) {
2858 time_t atime, mtime;
2892 "utime() arg 2 must be a tuple (atime, mtime)");
2898 &atime,
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
H A Dedk2module.c291 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime)\n\
1254 "utime(path, (atime, mtime))\n\
1263 time_t atime, mtime; local
1297 "utime() arg 2 must be a tuple (atime, mtime)");
1303 &atime, &ausec) == -1) {
1312 ATIME = atime;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c290 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime)\n\
1308 "utime(path, (atime, mtime))\n\
1317 time_t atime, mtime; local
1351 "utime() arg 2 must be a tuple (atime, mtime)");
1357 &atime, &ausec) == -1) {
1366 ATIME = atime;

Completed in 30 milliseconds