HomeSort by relevance Sort by last modified time
    Searched defs:mtime (Results 1 - 25 of 186) sorted by null

1 2 3 4 5 6 7 8

  /build/blueprint/tests/
test_tree_tests.sh 3 function mtime() { function
29 OLDTIME=$(mtime build.ninja)
34 if [ ${OLDTIME} != $(mtime build.ninja) ]; then
44 if [ ${OLDTIME} != $(mtime build.ninja) ]; then
54 if [ ${OLDTIME} = $(mtime build.ninja) ]; then
59 OLDTIME=$(mtime build.ninja)
65 if [ ${OLDTIME} = $(mtime build.ninja) ]; then
70 OLDTIME=$(mtime build.ninja)
76 if [ ${OLDTIME} != $(mtime build.ninja) ]; then
  /external/openssh/
sftp-common.h 42 u_int32_t mtime; member in struct:Attrib
  /frameworks/base/tools/bit/
util.h 29 time_t mtime; member in struct:FileInfo
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
treesync.py 131 sft = mtime(sf)
132 mft = mtime(mf)
165 def mtime(f): function
  /system/extras/ext4_utils/
contents.h 33 u32 mtime; member in struct:dentry
42 int inode_set_permissions(u32 inode_num, u16 mode, u16 uid, u16 gid, u32 mtime);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
robotparser.py 32 def mtime(self): member in class:RobotFileParser
  /external/strace/
stat.h 44 long long mtime; member in struct:strace_stat
  /external/valgrind/include/
pub_tool_libcfile.h 68 ULong mtime; member in struct:vg_stat
  /frameworks/native/cmds/dumpstate/
DumpstateInternal.cpp 103 time_t mtime = st.st_mtime; local
104 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
  /prebuilts/gdb/darwin-x86/lib/python2.7/
robotparser.py 32 def mtime(self): member in class:RobotFileParser
  /prebuilts/gdb/linux-x86/lib/python2.7/
robotparser.py 32 def mtime(self): member in class:RobotFileParser
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
robotparser.py 32 def mtime(self): member in class:RobotFileParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
robotparser.py 32 def mtime(self): member in class:RobotFileParser
  /system/core/bootstat/
boot_event_record_store_test.cpp 40 // BootEventRecordStore-created file would modify the mtime, which would alter
48 // Set the |mtime| of the file to store the value of the boot event while
51 struct timeval mtime = {/* tv_sec */ value, /* tv_usec */ 0}; local
52 const struct timeval times[] = {atime, mtime};
  /device/google/dragon/crash_collector/
crash_collector.cc 104 const time_t mtime = file.first; local
106 if (mtime <= threshold) {
  /external/elfutils/tests/
dwfllines.c 68 Dwarf_Word mtime; local
71 &mtime, &length);
140 assert (mtime == dw_mtime);
148 i, addr, src, lineno, colno, mtime, length,
  /system/core/adb/
file_sync_service.h 62 int64_t mtime; member in struct:syncmsg::__anon106720
  /toolchain/binutils/binutils-2.25/gold/
incremental-dump.cc 130 Timespec mtime = input_file.get_mtime(); local
132 static_cast<unsigned long long>(mtime.seconds),
133 mtime.nanoseconds,
134 ctime(&mtime.seconds));
  /cts/tests/tests/permission/src/android/permission/cts/
FileUtils.java 74 public long mtime; field in class:FileUtils.FileStatus
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
FSProxy.py 157 def mtime(self, name): member in class:FSProxyLocal
164 mtime = time.localtime(os.stat(name)[ST_MTIME])
165 return size, mtime
170 mtime = time.localtime(os.stat(name)[ST_MTIME])
171 return sum, size, mtime
191 return self._list(self.mtime, list)
217 return self.dict(self.mtime, list)
  /external/syslinux/libfat/
fat.h 91 le32_t mtime; /* Modification time */ member in struct:fat_dirent
  /external/toybox/toys/pending/
crontab.c 266 time_t mtime = 0; local
286 if (!stat(tname, &sb)) mtime = sb.st_mtime;
313 if (!stat(tname, &sb) && (mtime == sb.st_mtime)) {
  /libcore/ojluni/src/main/java/java/util/zip/
ZipEntry.java 50 FileTime mtime; // last modification time, from extra field data field in class:ZipEntry
145 mtime = e.mtime;
195 // Avoid setting the mtime field if time is in the valid
198 this.mtime = null;
200 this.mtime = FileTime.from(time, TimeUnit.MILLISECONDS);
221 // Android-changed: Use xdostime, returning mtime would be a
223 if (mtime != null) {
224 return mtime.toMillis();
248 this.mtime = Objects.requireNonNull(time, "lastModifiedTime")
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 225 // mtime returns the modification time of the file p.
226 func mtime(p string) time.Time { func
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 225 // mtime returns the modification time of the file p.
226 func mtime(p string) time.Time { func

Completed in 897 milliseconds

1 2 3 4 5 6 7 8