HomeSort by relevance Sort by last modified time
    Searched full:mtime (Results 301 - 325 of 398) sorted by null

<<111213141516

  /external/libmtp/src/
libmtp.c 4719 struct utimbuf mtime; local
    [all...]
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 62 struct timespec mtime; member in struct:nfs_fattr
  /external/chromium/chrome/browser/sync/protocol/
sync.proto 102 optional int64 mtime = 5;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 228 def mtime(self, path): member in class:MockFileSystem
  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 54 # TODO(thakis): This copies file attributes like mtime, while the
  /external/chromium_org/tools/telemetry/examples/
top1k 754 mtime.com
  /external/dhcpcd/
dhcpcd.8 575 lease and use the files mtime as when it was issued.
dhcpcd.8.in 561 lease and use the files mtime as when it was issued.
  /external/dnsmasq/src/
dnsmasq.h 366 time_t mtime; member in struct:resolvc
  /external/elfutils/libdwfl/
libdwfl.h 518 Dwarf_Word *mtime, Dwarf_Word *length);
  /external/kernel-headers/original/linux/
fs.h 101 * Don't update ctime and mtime.
213 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */
242 #define S_NOCMTIME 128 /* Do not update file c/mtime */
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java     [all...]
  /frameworks/native/cmds/rawbu/
backup.cpp 487 fprintf(stderr, "bad mtime in restore file at '%s'\n", readPath);
  /ndk/sources/host-tools/make-3.81/
arscan.c 789 /* The file's mtime is the time we we want. */
  /ndk/sources/host-tools/make-3.81/po/
nl.po 135 msgid "# %s (key %s, mtime %d): could not be opened.\n"
150 msgid "# %s (key %s, mtime %d): "
795 " -L, --check-symlink-times Use the latest mtime between symlinks and "
798 " -L, --check-symlink-times De laatste mtime tussen symbolische koppeling "
    [all...]
pl.po 134 msgid "# %s (key %s, mtime %d): could not be opened.\n"
149 msgid "# %s (key %s, mtime %d): "
795 " -L, --check-symlink-times Use the latest mtime between symlinks and "
798 " -L, --check-symlink-times U?ywanie ostatniego mtime mi?dzy dowi?zaniem a "
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 210 // Re-use the member variable "mTime" which is set to the local
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 499 # been modified, because os.path.mtime() has a 2 sec resolution in the
513 mtime = os.path.getmtime(self._paths[subdir])
514 if mtime > self._toc_mtimes[subdir]:
516 self._toc_mtimes[subdir] = mtime
    [all...]
pydoc.py 214 mtime = os.stat(filename).st_mtime
216 if lastupdate is None or lastupdate < mtime:
231 cache[filename] = (mtime, result)
279 # mtime isn't good enough (e.g. the module could contain a class
    [all...]
shutil.py 94 """Copy all stat info (mode bits, atime, mtime, flags) from src to dst"""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 499 # been modified, because os.path.mtime() has a 2 sec resolution in the
513 mtime = os.path.getmtime(self._paths[subdir])
514 if mtime > self._toc_mtimes[subdir]:
516 self._toc_mtimes[subdir] = mtime
    [all...]
pydoc.py 214 mtime = os.stat(filename).st_mtime
216 if lastupdate is None or lastupdate < mtime:
231 cache[filename] = (mtime, result)
279 # mtime isn't good enough (e.g. the module could contain a class
    [all...]
shutil.py 94 """Copy all stat info (mode bits, atime, mtime, flags) from src to dst"""
  /external/elfutils/src/
readelf.c 4667 unsigned int mtime; local
4797 Dwarf_Word mtime; local
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 350 * Get the mtime of a file, caching the result.
358 * mtime is known.
    [all...]

Completed in 1098 milliseconds

<<111213141516