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

1 2 3 4 5 6 7 891011>>

  /external/python/cpython3/Lib/test/test_import/
__init__.py 304 os.utime(source, (2 ** 33 - 5, 2 ** 33 - 5))
416 os.utime(path, (s.st_atime, s.st_mtime-100000000))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 73 #include <utime.h>
77 #include <sys/utime.h>
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
PosixFileSystem.c 1089 struct utimbuf Utime;
    [all...]
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 622 #define utime _utime
  /external/e2fsprogs/debugfs/
set_fields.c 38 #include <utime.h>
  /external/python/cpython3/Lib/test/test_importlib/source/
test_file_loader.py 202 os.utime(source, (2 ** 33 - 5, 2 ** 33 - 5))
  /prebuilts/sdk/update_prebuilts/
update_prebuilts.py 330 os.utime(fname, times)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 290 os.utime(dest, (os.path.getatime(dest), message.get_date()))
328 os.utime(new_path, (os.path.getatime(new_path),
    [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c 44 #include <utime.h>
426 return utime(path, &times);
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 288 os.utime(tmp_file.name,
343 os.utime(tmp_path,
    [all...]
  /external/python/cpython3/Lib/
mailbox.py 310 os.utime(tmp_file.name,
363 os.utime(tmp_path,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 303 os.utime(dest, (os.path.getatime(dest), message.get_date()))
341 os.utime(new_path, (os.path.getatime(new_path),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 303 os.utime(dest, (os.path.getatime(dest), message.get_date()))
341 os.utime(new_path, (os.path.getatime(new_path),
    [all...]
  /prebuilts/go/darwin-x86/src/os/
file_plan9.go 397 // file, similar to the Unix utime() or utimes() functions.
  /prebuilts/go/linux-x86/src/os/
file_plan9.go 397 // file, similar to the Unix utime() or utimes() functions.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 303 os.utime(dest, (os.path.getatime(dest), message.get_date()))
341 os.utime(new_path, (os.path.getatime(new_path),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 303 os.utime(dest, (os.path.getatime(dest), message.get_date()))
341 os.utime(new_path, (os.path.getatime(new_path),
    [all...]
  /bootable/recovery/updater/
install.cpp 36 #include <utime.h>
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 72 #include <utime.h>
76 #include <sys/utime.h>
    [all...]
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py 678 os.utime(self.path, (self._original_timestamp.st_atime,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 120 # include <utime.h>
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 477 case LibFunc::utime:
    [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 30 #include <utime.h>
    [all...]
  /art/runtime/
thread.cc 1727 int utime = 0; local
    [all...]
  /external/python/cpython3/Lib/test/
test_shutil.py 359 os.utime(src, (src_stat.st_atime,
377 if os.utime in os.supports_follow_symlinks:
548 if os.utime in os.supports_follow_symlinks:
    [all...]

Completed in 995 milliseconds

1 2 3 4 5 6 7 891011>>