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

1 2 3 4 5 6 78 91011>>

  /external/strace/linux/powerpc64/
syscallent.h 60 [ 30] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/s390/
syscallent.h 62 [ 30] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/s390x/
syscallent.h 61 [ 30] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/sh/
syscallent.h 62 [ 30] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/sh64/
syscallent.h 60 [ 30] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/sparc/
syscallent.h 31 [ 30] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/sparc64/
syscallent.h 31 [ 30] = { 2, TF, SEN(utime), "utime" },
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shutil.py 97 if hasattr(os, 'utime'):
98 os.utime(dst, (st.st_atime, st.st_mtime))
tarfile.py 2292 def utime(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
shutil.py 97 if hasattr(os, 'utime'):
98 os.utime(dst, (st.st_atime, st.st_mtime))
tarfile.py 2292 def utime(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 97 if hasattr(os, 'utime'):
98 os.utime(dst, (st.st_atime, st.st_mtime))
tarfile.py 2292 def utime(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 97 if hasattr(os, 'utime'):
98 os.utime(dst, (st.st_atime, st.st_mtime))
tarfile.py 2292 def utime(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /external/bzip2/
bzip2.c 72 # include <utime.h>
1059 retVal = utime ( dstName, &uTimBuf );
    [all...]
  /external/libmtp/src/
libmtp.h.in 61 #include <utime.h>
    [all...]
  /external/strace/linux/bfin/
syscallent.h 60 [ 30] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/microblaze/
syscallent.h 60 [ 30] = { 2, TF, SEN(utime), "utime" },
  /external/strace/linux/x32/
syscallent.h 133 [132] = { 2, TF, SEN(utime), "utime" },
  /external/strace/
strace.spec 258 - fix utime for biarch (#247185)
  /system/core/adb/
file_sync_client.cpp 27 #include <utime.h>
    [all...]
  /external/wpa_supplicant_8/src/common/
dpp.c 3709 os_time_t utime; local
    [all...]
  /build/make/tools/releasetools/
common.py     [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 278 TLI.setUnavailable(LibFunc::utime);
783 case LibFunc::utime:
    [all...]

Completed in 661 milliseconds

1 2 3 4 5 6 78 91011>>