HomeSort by relevance Sort by last modified time
    Searched refs:utime (Results 151 - 175 of 383) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/strace/linux/hppa/
syscallent.h 36 [ 30] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/x86_64/
syscallent.h 133 [132] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/xtensa/
syscallent.h 60 [ 64] = { 2, TF, SEN(utime), "utime" },
  /prebuilts/go/darwin-x86/src/os/
file_posix.go 134 // file, similar to the Unix utime() or utimes() functions.
  /prebuilts/go/darwin-x86/src/syscall/
types_linux.go 57 #include <utime.h>
  /prebuilts/go/linux-x86/src/os/
file_posix.go 134 // file, similar to the Unix utime() or utimes() functions.
  /prebuilts/go/linux-x86/src/syscall/
types_linux.go 57 #include <utime.h>
  /tools/test/connectivity/acts/framework/tests/
acts_relay_controller_test.py 319 os.utime(self.test_dir[7:] + '01', (0, 0))
324 os.utime(self.test_dir[7:] + '00', (0, 0))
  /external/curl/src/
tool_operate.c 29 # include <utime.h>
31 # include <sys/utime.h>
183 /* Windows utime() may attempt to adjust our unix gmt 'filetime' by a daylight
185 access to a 64-bit type we can bypass utime and set the times directly. */
239 if(utime(filename, &times)) {
    [all...]
  /external/python/cpython3/Lib/
pathlib.py 439 utime = _wrap_strfunc(os.utime) variable in class:_NormalAccessor
    [all...]
tarfile.py 2262 def utime(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
shutil.py 97 if hasattr(os, 'utime'):
98 os.utime(dst, (st.st_atime, st.st_mtime))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shutil.py 96 if hasattr(os, 'utime'):
97 os.utime(dst, (st.st_atime, st.st_mtime))
tarfile.py 2296 def utime(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /external/e2fsprogs/debugfs/
logdump.c 25 #include <utime.h>
  /external/llvm/utils/lit/lit/
main.py 123 os.utime(fname, None)
  /external/python/cpython2/Lib/
shutil.py 97 if hasattr(os, 'utime'):
98 os.utime(dst, (st.st_atime, st.st_mtime))
tarfile.py 2326 def utime(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /external/strace/linux/arm/
syscallent.h 60 [ 30] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/i386/
syscallent.h 60 [ 30] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/m68k/
syscallent.h 60 [ 30] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/mips/
syscallent-n32.h 133 [6130] = { 2, TF, SEN(utime), "utime" },
syscallent-n64.h 133 [5130] = { 2, TF, SEN(utime), "utime" },
syscallent-o32.h 34 [4030] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/powerpc/
syscallent.h 60 [ 30] = { 2, TF, SEN(utime), "utime" },

Completed in 986 milliseconds

1 2 3 4 5 67 8 91011>>