HomeSort by relevance Sort by last modified time
    Searched refs:mtime (Results 76 - 100 of 209) sorted by null

1 2 34 5 6 7 8 9

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
xxci.py 31 for mtime, file in list: args.append(file)
  /external/libchrome/third_party/jinja2/
loaders.py 58 mtime = getmtime(path)
61 return source, path, lambda: mtime == getmtime(path)
179 mtime = path.getmtime(filename)
183 return path.getmtime(filename) == mtime
240 mtime = path.getmtime(filename)
243 return path.getmtime(filename) == mtime
  /external/python/cpython2/Tools/scripts/
xxci.py 31 for mtime, file in list: args.append(file)
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 223 i->i_mtime = inodep->mtime;
224 i->i_atime = inodep->mtime;
225 i->i_ctime = inodep->mtime;
271 i->i_mtime = inodep->mtime;
272 i->i_atime = inodep->mtime;
273 i->i_ctime = inodep->mtime;
311 i->i_mtime = inodep->mtime;
312 i->i_atime = inodep->mtime;
313 i->i_ctime = inodep->mtime;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
compileall.py 87 mtime = int(os.stat(fullname).st_mtime)
88 expect = struct.pack('<4sl', imp.get_magic(), mtime)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cmptree.py 74 rmtime = remote.mtime(name)
75 lmtime = local.mtime(name)
85 print "same mtime but different sum?!?!",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
compileall.py 87 mtime = int(os.stat(fullname).st_mtime)
88 expect = struct.pack('<4sl', imp.get_magic(), mtime)
  /external/python/cpython2/Demo/pdist/
cmptree.py 74 rmtime = remote.mtime(name)
75 lmtime = local.mtime(name)
85 print "same mtime but different sum?!?!",
  /external/python/cpython2/Lib/
compileall.py 87 mtime = int(os.stat(fullname).st_mtime)
88 expect = struct.pack('<4sl', imp.get_magic(), mtime)
  /external/python/cpython2/Lib/test/
test_robotparser.py 225 self.assertGreater(self.parser.mtime(), 0)
240 self.assertEqual(parser.mtime(), 0)
  /external/python/cpython3/Lib/test/
test_compileall.py 56 mtime = int(os.stat(self.source_path).st_mtime)
57 compare = struct.pack('<4sll', importlib.util.MAGIC_NUMBER, 0, mtime)
78 # Test a change in mtime leads to a new .pyc.
83 # Test a change in mtime leads to a new .pyc.
315 # Set atime/mtime backward to avoid file timestamp resolution issues
317 mtime = os.stat(pycpath).st_mtime
321 self.assertEqual(mtime, mtime2)
325 self.assertNotEqual(mtime, mtime2)
382 # set atime/mtime backward to avoid file timestamp resolution issues
384 mtime = os.stat(pycpath).st_mtim
    [all...]
test_gzip.py 306 mtime = 123456789
307 with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite:
310 self.assertTrue(hasattr(fRead, 'mtime'))
311 self.assertIsNone(fRead.mtime)
314 self.assertEqual(fRead.mtime, mtime)
317 mtime = 123456789
319 with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite
    [all...]
  /external/curl/tests/python_dependencies/impacket/
smbserver.py 208 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime) = os.stat(pathName)
235 lastWriteTime = mtime
313 (mode, ino, dev, nlink, uid, gid, size, atime, mtime, ctime) = os.stat(i)
327 item['LastWriteTime'] = getFileTime(mtime)
328 item['LastChangeTime'] = getFileTime(mtime)
338 item['LastWriteTime'] = getFileTime(mtime)
339 item['LastChangeTime'] = getFileTime(mtime)
349 item['LastWriteTime'] = getFileTime(mtime)
350 item['LastChangeTime'] = getFileTime(mtime)
359 item['LastWriteDate'] = getSMBDate(mtime)
    [all...]
  /development/vndk/tools/sourcedr/ninja/
ninja.py 858 __slots__ = ('id', 'explicit_out', 'mtime', 'implicit_ins')
861 def __init__(self, id, explicit_out, mtime, implicit_ins):
864 self.mtime = mtime
956 mtime = next(dep_iter)
959 deps = DepFileRecord(idx, explicit_out, mtime, implicit_ins)
965 elif old_deps.mtime > deps.mtime:
  /external/elfutils/libdw/
dwarf_getsrclines.c 447 .mtime = 0,
526 get_uleb128 (new_file->info.mtime, linep, lineendp);
646 new_file->info.mtime = 0;
788 Dwarf_Word mtime; local
791 get_uleb128 (mtime, linep, lineendp);
819 new_file->info.mtime = mtime;
    [all...]
  /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))
  /bionic/libc/kernel/uapi/linux/
jffs2.h 103 jint32_t mtime; member in struct:jffs2_raw_inode
  /external/kernel-headers/original/uapi/linux/
jffs2.h 135 /* The uid, gid, atime, mtime and ctime members could be longer, but
153 jint32_t mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
  /external/lzma/C/Util/7z/
7zMain.c 523 if (SzBitWithVals_Check(&db.MTime, i))
524 ConvertFileTimeToString(&db.MTime.Vals[i], t);
612 FILETIME mtime, ctime; local
616 if (SzBitWithVals_Check(&db.MTime, i))
618 const CNtfsFileTime *t = &db.MTime.Vals[i];
619 mtime.dwLowDateTime = (DWORD)(t->Low);
620 mtime.dwHighDateTime = (DWORD)(t->High);
621 mtimePtr = &mtime;
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 187 unsigned int mtime; member in struct:dir
  /external/tensorflow/tensorflow/tools/test/
upload_test_benchmarks.py 105 """Return a list of files in the directory, sorted in increasing "mtime".
  /external/u-boot/include/jffs2/
jffs2.h 141 /* The uid, gid, atime, mtime and ctime members could be longer, but
159 __u32 mtime; /* Last modification time. */ member in struct:jffs2_raw_inode
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
FileHook.py 120 mtime = self.zip.getinfo(arcname).date_time
125 intime = time.mktime(mtime + (0, 0, 0))
  /external/f2fs-tools/fsck/
sload.c 162 de->mtime = stat.st_mtime;
164 de->mtime = c.fixed_time;
  /external/ltp/testcases/kernel/fs/mongo/
mongo.pl 171 if ( -e "$file" && (stat("$file")->mtime >= stat("$cfile")->mtime)) {

Completed in 3195 milliseconds

1 2 34 5 6 7 8 9