Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOs.py51 def utime(path, times): function
52 return os.utime(LongFilePath(path), times)
/device/linaro/bootloader/edk2/StdLib/Include/
Dutime.h62 int utime (const char *path, const struct utimbuf *times);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_posix.py311 posix.utime(test_support.TESTFN, None)
312 self.assertRaises(TypeError, posix.utime, test_support.TESTFN, (None, None))
313 self.assertRaises(TypeError, posix.utime, test_support.TESTFN, (now, None))
314 self.assertRaises(TypeError, posix.utime, test_support.TESTFN, (None, now))
315 posix.utime(test_support.TESTFN, (int(now), int(now)))
316 posix.utime(test_support.TESTFN, (now, now))
Dtest_unicode_file.py52 os.utime(filename, None)
53 os.utime(filename, (time.time(), time.time()))
Dtest_os.py304 os.utime(test_support.TESTFN, (st.st_atime, int(st.st_mtime-delta)))
322 os.utime(self.fname, (t1, t1))
327 os.utime(self.fname, (t1, t1))
550 self.assertRaises(WindowsError, os.utime, test_support.TESTFN, None)
Dtest_mailbox.py609 os.utime(foo_path, (time.time() - 129600 - 2,
758 os.utime(os.path.join(self._box._path, subdir),
/device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
Dutime.c55 utime( in utime() function
DLibGen.inf35 utime.c
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dcopytime.py20 os.utime(file2, (stat1[ST_ATIME], stat1[ST_MTIME]))
/device/linaro/bootloader/edk2/StdLib/PosixLib/
DPosixLib.inf37 Gen/utime.c
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dfile_util.py155 os.utime(dst, (st[ST_ATIME], st[ST_MTIME]))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DFileHook.py126 os.utime(item.path, (intime, intime))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DGenDepex.py433 os.utime(Option.OutputFile, None)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dshutil.py97 os.utime(dst, (st.st_atime, st.st_mtime))
Dtarfile.py2057 self.utime(tarinfo, dirpath)
2176 self.utime(tarinfo, targetpath)
2296 def utime(self, tarinfo, targetpath): member in TarFile
2302 os.utime(targetpath, (tarinfo.mtime, tarinfo.mtime))
Dmailbox.py290 os.utime(dest, (os.path.getatime(dest), message.get_date()))
328 os.utime(new_path, (os.path.getatime(new_path),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dshutil.py98 os.utime(dst, (st.st_atime, st.st_mtime))
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dnamespace.h622 #define utime _utime
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DPosixFileSystem.c1376 if (utime (PrivateFile->FileName, &Utime) == -1) { in PosixFileSetInfo()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c1292 res = utime(path, NULL); in edk2_utime()
1322 res = utime(path, UTIME_ARG); in edk2_utime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c1346 res = utime(path, NULL); in posix_utime()
1376 res = utime(path, UTIME_ARG); in posix_utime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c2887 res = utime(path, NULL); in posix_utime()
2917 res = utime(path, UTIME_ARG); in posix_utime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DChangeLog409 - emulate utime() for WIN32 in contrib/untgz (Gilles Vollant)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DChangeLog1026 - emulate utime() for WIN32 in contrib/untgz (Gilles Vollant)