HomeSort by relevance Sort by last modified time
    Searched refs:mtime (Results 276 - 300 of 419) sorted by null

<<11121314151617

  /external/kmod/tools/
depmod.c     [all...]
  /external/python/cpython2/Lib/compiler/
pycodegen.py 130 mtime = os.path.getmtime(self.filename)
131 mtime = struct.pack('<i', mtime)
132 return self.MAGIC + mtime
    [all...]
  /external/python/cpython2/Lib/test/
test_tarfile.py 425 self.assertTrue(int(tarinfo.mtime) == 07606136617,
426 "wrong mtime for %s" % tarinfo.name)
466 self.assertEqual(tarinfo.mtime, os.path.getmtime(path))
618 kwargs["mtime"] = 07606136617
774 self.assertEqual(tarinfo.mtime, 1041808783.0)
775 self.assertEqual(type(tarinfo.mtime), float)
    [all...]
  /external/toybox/toys/pending/
mke2fs.c 398 in->mtime = SWAP_LE32(that->st.st_mtime);
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pycodegen.py 130 mtime = os.path.getmtime(self.filename)
131 mtime = struct.pack('<i', mtime)
132 return self.MAGIC + mtime
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tarfile.py 287 self.assertTrue(int(tarinfo.mtime) == 07606136617,
288 "wrong mtime for %s" % tarinfo.name)
327 self.assertEqual(tarinfo.mtime, os.path.getmtime(path))
474 kwargs["mtime"] = 07606136617
626 self.assertEqual(tarinfo.mtime, 1041808783.0)
627 self.assertEqual(type(tarinfo.mtime), float)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pycodegen.py 130 mtime = os.path.getmtime(self.filename)
131 mtime = struct.pack('<i', mtime)
132 return self.MAGIC + mtime
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tarfile.py 287 self.assertTrue(int(tarinfo.mtime) == 07606136617,
288 "wrong mtime for %s" % tarinfo.name)
327 self.assertEqual(tarinfo.mtime, os.path.getmtime(path))
474 kwargs["mtime"] = 07606136617
626 self.assertEqual(tarinfo.mtime, 1041808783.0)
627 self.assertEqual(type(tarinfo.mtime), float)
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
line.go 130 Mtime uint64 // Implementation defined modification time, or 0 if unknown
293 mtime := r.buf.uint()
296 r.fileEntries = append(r.fileEntries, &LineFile{name, mtime, length})
  /prebuilts/go/darwin-x86/src/os/
file_plan9.go 402 func Chtimes(name string, atime time.Time, mtime time.Time) error {
407 d.Mtime = uint32(mtime.Unix())
  /prebuilts/go/linux-x86/src/debug/dwarf/
line.go 130 Mtime uint64 // Implementation defined modification time, or 0 if unknown
293 mtime := r.buf.uint()
296 r.fileEntries = append(r.fileEntries, &LineFile{name, mtime, length})
  /prebuilts/go/linux-x86/src/os/
file_plan9.go 402 func Chtimes(name string, atime time.Time, mtime time.Time) error {
407 d.Mtime = uint32(mtime.Unix())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 130 mtime = os.path.getmtime(self.filename)
131 mtime = struct.pack('<i', mtime)
132 return self.MAGIC + mtime
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 287 self.assertTrue(int(tarinfo.mtime) == 07606136617,
288 "wrong mtime for %s" % tarinfo.name)
327 self.assertEqual(tarinfo.mtime, os.path.getmtime(path))
474 kwargs["mtime"] = 07606136617
626 self.assertEqual(tarinfo.mtime, 1041808783.0)
627 self.assertEqual(type(tarinfo.mtime), float)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pycodegen.py 130 mtime = os.path.getmtime(self.filename)
131 mtime = struct.pack('<i', mtime)
132 return self.MAGIC + mtime
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 287 self.assertTrue(int(tarinfo.mtime) == 07606136617,
288 "wrong mtime for %s" % tarinfo.name)
327 self.assertEqual(tarinfo.mtime, os.path.getmtime(path))
474 kwargs["mtime"] = 07606136617
626 self.assertEqual(tarinfo.mtime, 1041808783.0)
627 self.assertEqual(type(tarinfo.mtime), float)
    [all...]
  /system/core/adb/
file_sync_service.cpp 140 msg.stat_v2.mtime = st.st_mtime;
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack_test.go 419 mtime: 0, // Defined to be zero.
  /prebuilts/go/linux-x86/src/cmd/pack/
pack_test.go 419 mtime: 0, // Defined to be zero.
  /external/v8/tools/
grokdump.py     [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
writer_test.go 286 PAXRecords: map[string]string{"path": "global1", "mtime": "1500000000.0"},
298 PAXRecords: map[string]string{"path": ""}, // Should delete "path", but keep "mtime"
307 PAXRecords: map[string]string{"mtime": "1400000000"},
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
writer_test.go 286 PAXRecords: map[string]string{"path": "global1", "mtime": "1500000000.0"},
298 PAXRecords: map[string]string{"path": ""}, // Should delete "path", but keep "mtime"
307 PAXRecords: map[string]string{"mtime": "1400000000"},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 486 # been modified, because os.path.mtime() has a 2 sec resolution in the
500 mtime = os.path.getmtime(self._paths[subdir])
501 if mtime > self._toc_mtimes[subdir]:
503 self._toc_mtimes[subdir] = mtime
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 505 # been modified, because os.path.mtime() has a 2 sec resolution in the
519 mtime = os.path.getmtime(self._paths[subdir])
520 if mtime > self._toc_mtimes[subdir]:
522 self._toc_mtimes[subdir] = mtime
    [all...]
  /external/python/cpython3/Lib/
mailbox.py 515 # been modified, because os.path.mtime() has a 2 sec resolution in the
529 mtime = os.path.getmtime(self._paths[subdir])
530 if mtime > self._toc_mtimes[subdir]:
532 self._toc_mtimes[subdir] = mtime
    [all...]

Completed in 540 milliseconds

<<11121314151617