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

1 2 3 4 5 6

  /build/blueprint/tests/
test_tree_tests.sh 3 function mtime() { function
35 OLDTIME_BOOTSTRAP=$(mtime .bootstrap/build.ninja)
36 OLDTIME=$(mtime build.ninja)
41 if [ ${OLDTIME} != $(mtime build.ninja) ]; then
46 if [ ${OLDTIME_BOOTSTRAP} != $(mtime .bootstrap/build.ninja) ]; then
57 if [ ${OLDTIME} != $(mtime build.ninja) ]; then
61 if [ ${OLDTIME_BOOTSTRAP} != $(mtime .bootstrap/build.ninja) ]; then
72 if [ ${OLDTIME} = $(mtime build.ninja) ]; then
76 if [ ${OLDTIME_BOOTSTRAP} = $(mtime .bootstrap/build.ninja) ]; then
82 OLDTIME=$(mtime build.ninja
    [all...]
  /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
  /external/python/cpython2/Tools/scripts/
treesync.py 131 sft = mtime(sf)
132 mft = mtime(mf)
165 def mtime(f): function
  /external/python/cpython3/Tools/scripts/
treesync.py 131 sft = mtime(sf)
132 mft = mtime(mf)
165 def mtime(f): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
robotparser.py 32 def mtime(self): member in class:RobotFileParser
  /external/python/cpython2/Lib/
robotparser.py 33 def mtime(self): member in class:RobotFileParser
  /external/python/cpython3/Lib/urllib/
robotparser.py 33 def mtime(self): member in class:RobotFileParser
178 if not self.mtime():
186 if not self.mtime():
  /external/strace/
stat.h 45 long long mtime; member in struct:strace_stat
  /external/valgrind/include/
pub_tool_libcfile.h 68 ULong mtime; member in struct:vg_stat
  /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
  /frameworks/base/services/backup/java/com/android/server/backup/
FileMetadata.java 37 public long mtime; // last mod time, UTC time_t (actually int) field in class:FileMetadata
76 Date stamp = new Date(mtime);
  /frameworks/native/cmds/dumpstate/
DumpstateInternal.cpp 141 time_t mtime = st.st_mtime; local
142 strftime(stamp, sizeof(stamp), "%Y-%m-%d %H:%M:%S", localtime(&mtime));
  /system/core/bootstat/
boot_event_record_store_test.cpp 43 // BootEventRecordStore-created file would modify the mtime, which would alter
51 // Set the |mtime| of the file to store the value of the boot event while
54 struct timeval mtime = {/* tv_sec */ value, /* tv_usec */ 0}; local
55 const struct timeval times[] = {atime, mtime};
  /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,
  /external/python/cpython3/Lib/
gzip.py 124 compresslevel=9, fileobj=None, mtime=None):
152 The mtime argument is an optional numeric timestamp to be written
187 self._write_mtime = mtime
205 def mtime(self): member in class:GzipFile
238 mtime = self._write_mtime
239 if mtime is None:
240 mtime = time.time()
241 write32u(self.fileobj, int(mtime))
  /system/core/adb/
file_sync_service.h 62 int64_t mtime; member in struct:syncmsg::__anon2739
  /toolchain/binutils/binutils-2.27/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/python/cpython2/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/python/cpython2/RISCOS/Modules/
riscosmodule.c 146 (mode,ino,dev,nlink,uid,gid,size,atime,mtime,ctime)\n\
249 long atime, mtime; local
262 else if (!PyArg_Parse(arg, "(ll)", &atime, &mtime)) {
264 "utime() arg 2 must be a tuple (atime, mtime)");
284 /* convert argument mtime to RISC OS load and exec address */
285 if(acorntime(&exec_addr, &load_addr, (time_t) mtime))

Completed in 512 milliseconds

1 2 3 4 5 6