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

1 2 3 4 56 7 8 91011>>

  /system/core/adb/
file_sync_service.cpp 32 #include <utime.h>
276 utime(path, &u);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
FileHook.py 126 os.utime(item.path, (intime, intime))
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.h 78 #include <utime.h>
  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 88 os.utime(path, (statinfo.st_atime,
  /external/e2fsprogs/debugfs/
filefrag.c 21 #include <utime.h>
  /external/e2fsprogs/misc/
e2initrd_helper.c 27 #include <utime.h>
  /external/ltp/testcases/kernel/syscalls/symlink/
symlink01.c 102 * TEST IDENTIFIER : utime01 (utime)
182 * For utime
213 #include <utime.h> /* utime(2) system call */
266 #define UTIME "utime01"
298 "utime(2) change of object file access and modify times through symbolic link file is ok",
299 "utime(2) error when accessing non-existent object through symbolic link is caught",
415 UTIME, 0, 0, 19, creat_both, ck_both, {
417 UTIME, 1, ENOENT, 20, creat_symlink, ck_symlink, {
419 UTIME, 1, ELOOP, 28, creat_symlink, ck_symlink,
    [all...]
  /external/python/cpython2/Tools/ssl/
test_multiple_versions.py 185 os.utime(fname)
  /external/python/cpython3/Tools/ssl/
test_multiple_versions.py 185 os.utime(fname)
  /external/v8/tools/dev/
v8gen.py 273 os.utime(gn_args_path, (mtime, mtime))
  /external/zlib/src/contrib/minizip/
minizip.c 56 # include <utime.h>
  /frameworks/native/cmds/installd/tests/
installd_cache_test.cpp 81 ::utime(fullPath, &times);
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
minizip.c 56 # include <utime.h>
  /external/libchrome/base/process/
process_metrics_linux.cc 477 // Number of spaces remaining until reaching utime's index starting after the
484 // in |input| before utime.
487 int utime = 0; local
489 if (sscanf(&input.data()[i], "%d %d", &utime, &stime) != 2)
492 return utime + stime;
  /external/python/cpython2/Lib/test/
test_import.py 153 os.utime(fname, (s.st_atime, s.st_mtime-100000000))
346 os.utime(source, (2 ** 33 - 5, 2 ** 33 - 5))
377 os.utime(source, (mtime, mtime))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_import.py 153 os.utime(fname, (s.st_atime, s.st_mtime-100000000))
346 os.utime(source, (2 ** 33 - 5, 2 ** 33 - 5))
377 os.utime(source, (mtime, mtime))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_import.py 153 os.utime(fname, (s.st_atime, s.st_mtime-100000000))
346 os.utime(source, (2 ** 33 - 5, 2 ** 33 - 5))
377 os.utime(source, (mtime, mtime))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 153 os.utime(fname, (s.st_atime, s.st_mtime-100000000))
346 os.utime(source, (2 ** 33 - 5, 2 ** 33 - 5))
377 os.utime(source, (mtime, mtime))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 153 os.utime(fname, (s.st_atime, s.st_mtime-100000000))
346 os.utime(source, (2 ** 33 - 5, 2 ** 33 - 5))
377 os.utime(source, (mtime, mtime))
  /external/python/cpython3/Lib/test/
test_os.py 519 # The resolution of the C internal function used by os.utime()
545 os.utime(filename, ns=ns)
552 # issue, os.utime() rounds towards minus infinity.
561 # test utimensat(timespec), utimes(timeval), utime(utimbuf)
562 # or utime(time_t)
563 os.utime(filename, (atime, mtime))
572 os.utime(filename, times=(atime, mtime))
575 @unittest.skipUnless(os.utime in os.supports_follow_symlinks,
576 "follow_symlinks support for utime required "
582 os.utime(filename, ns=ns, follow_symlinks=False
    [all...]
test_compileall.py 294 os.utime(pycpath, (time.time()-60,)*2)
360 os.utime(pycpath, (time.time()-60,)*2)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
UnicodeSetTest.java 917 double utime = (end - middle)\/iterations; local
945 double utime = (end - middle)\/iterations; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
UnicodeSetTest.java 914 double utime = (end - middle)\/iterations; local
942 double utime = (end - middle)\/iterations; local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenDepex.py 433 os.utime(Option.OutputFile, None)
  /external/strace/linux/avr32/
syscallent.h 58 [ 29] = { 2, TF, SEN(utime), "utime" },

Completed in 769 milliseconds

1 2 3 4 56 7 8 91011>>