HomeSort by relevance Sort by last modified time
    Searched refs:mtime (Results 101 - 125 of 190) sorted by null

1 2 3 45 6 7 8

  /external/oprofile/libabi/
opimport.cpp 127 ext.extract(head->mtime, src, "sizeof_time_t", "offsetof_header_mtime");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
robotparser.py 32 def mtime(self): member in class:RobotFileParser
tarfile.py 119 PAX_FIELDS = ("path", "linkpath", "size", "mtime",
127 "mtime": float,
929 self.mtime = 0 # modification time
969 "mtime": self.mtime,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
robotparser.py 32 def mtime(self): member in class:RobotFileParser
tarfile.py 119 PAX_FIELDS = ("path", "linkpath", "size", "mtime",
127 "mtime": float,
929 self.mtime = 0 # modification time
969 "mtime": self.mtime,
    [all...]
  /system/extras/fatblock/
import.c 128 f->mtime = st.st_mtime;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm     [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_commands_test.py 426 # Set the mtime on the pepper_23 bundle to be a few seconds in the past.
431 mtime = os.path.getmtime(archive)
432 os.utime(archive, (atime, mtime-10))
  /external/libmtp/src/
libmtp.h 822 LIBMTP_progressfunc_t const, void const * const, struct utimbuf * mtime);
864 LIBMTP_progressfunc_t const, void const * const, struct utimbuf * mtime);
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.c 230 time_t mtime = st.st_mtime; local
231 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py     [all...]
  /external/dnsmasq/src/
dnsmasq.c 930 if (statbuf.st_mtime != res->mtime)
932 res->mtime = statbuf.st_mtime;
954 latest->mtime = 0;
    [all...]
  /external/dropbear/
scp.c 839 #define mtime tv[1] macro
892 mtime.tv_sec = strtol(cp, &cp, 10);
894 SCREWUP("mtime.sec not delimited");
895 mtime.tv_usec = strtol(cp, &cp, 10);
897 SCREWUP("mtime.usec not delimited");
  /external/openssh/
scp.c 781 fprintf(stderr, "File mtime %ld atime %ld\n",
916 #define mtime tv[1] macro
969 mtime.tv_sec = strtol(cp, &cp, 10);
971 SCREWUP("mtime.sec not delimited");
972 mtime.tv_usec = strtol(cp, &cp, 10);
974 SCREWUP("mtime.usec not delimited");
sftp-server.c 757 tv[1].tv_sec = a->mtime;
793 time_t t = a->mtime;
852 time_t t = a->mtime;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 151 # Tweak the mtime of the source to ensure pyc gets updated later
369 for mtime, tail in zip(mtimes, tails):
374 # Create a new Python file with the given mtime.
377 os.utime(source, (mtime, mtime))
389 # mtime that was encoded in the .pyc file.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 151 # Tweak the mtime of the source to ensure pyc gets updated later
369 for mtime, tail in zip(mtimes, tails):
374 # Create a new Python file with the given mtime.
377 os.utime(source, (mtime, mtime))
389 # mtime that was encoded in the .pyc file.
  /external/chromium_org/sync/syncable/
directory_backing_store_unittest.cc 315 "SELECT metahandle, mtime, server_mtime, ctime, server_ctime "
321 int64 mtime = s.ColumnInt64(1); local
325 EXPECT_EQ(mtime, server_mtime);
326 EXPECT_EQ(mtime, ctime);
327 EXPECT_EQ(mtime, server_ctime);
328 meta_times[metahandle] = mtime;
359 expected_time, entry_kernel.ref(MTIME));
395 "mtime bigint default 0,server_mtime bigint default 0,"
519 "mtime bigint default 0,server_mtime bigint default 0,"
622 "mtime bigint default 0,server_mtime bigint default 0,
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 62 struct timespec mtime; member in struct:nfs_fattr
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.cc 382 committed_entry.mtime());
  /external/chromium_org/sync/engine/
process_commit_response_command.cc 337 ProtoTimeToTime(committed_entry.mtime()));
  /ndk/sources/host-tools/make-3.81/
main.c 326 -L, --check-symlink-times Use the latest mtime between symlinks and target.\n"),
1921 FILE_TIMESTAMP mtime; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.h 248 uint32_t mtime; member in struct:nis_oid
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 248 uint32_t mtime; member in struct:nis_oid
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 248 uint32_t mtime; member in struct:nis_oid

Completed in 1450 milliseconds

1 2 3 45 6 7 8