HomeSort by relevance Sort by last modified time
    Searched refs:st_mtime (Results 176 - 200 of 278) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 178 return os.stat(path).st_mtime
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.cc 156 return stat_.st_mtime;
  /external/chromium_org/tools/deep_memory_profiler/lib/
pageframe.py 105 pfnset = PFNCounts(path, float(os.stat(path).st_mtime))
  /external/chromium_org/tools/telemetry/telemetry/core/
memory_cache_http_server.py 168 'last-modified': fs.st_mtime,
  /external/dnsmasq/src/
dnsmasq.c 930 if (statbuf.st_mtime != res->mtime)
932 res->mtime = statbuf.st_mtime;
933 if (difftime(statbuf.st_mtime, last_change) > 0.0)
935 last_change = statbuf.st_mtime;
    [all...]
  /external/openssh/
scp.c 778 (u_long) (stb.st_mtime < 0 ? 0 : stb.st_mtime),
782 (long)stb.st_mtime, (long)stb.st_atime);
862 (u_long) statp->st_mtime,
  /external/qemu/block/
cow.c 260 cow_header.mtime = cpu_to_be32(st.st_mtime);
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 235 buf->st_mtime = ((Rdate[0] >> 24) & 0xff) + ((Rdate[1] << 8) & 0xffffff00);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 95 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
compileall.py 89 mtime = int(os.stat(fullname).st_mtime)
filecmp.py 62 st.st_mtime)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 95 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
compileall.py 89 mtime = int(os.stat(fullname).st_mtime)
filecmp.py 62 st.st_mtime)
  /system/extras/fatblock/
import.c 128 f->mtime = st.st_mtime;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_html5fs_test.cc 492 EXPECT_EQ(modified_time, statbuf.st_mtime);
565 EXPECT_EQ(modified_time, statbuf.st_mtime);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 133 out->st_mtime = in->st_mtime;
  /external/valgrind/main/include/vki/
vki-mips32-linux.h 401 * Actually this should be timestruc_t st_atime, st_mtime and st_ctime
406 long st_mtime; member in struct:vki_stat
439 * Actually this should be timestruc_t st_atime, st_mtime and st_ctime
445 long st_mtime; member in struct:vki_stat64
446 unsigned long st_mtime_nsec; /* Reserved for st_mtime expansion */
    [all...]
vki-amd64-linux.h 333 unsigned long st_mtime; member in struct:vki_stat
  /external/chromium_org/third_party/zlib/contrib/minizip/
minizip.c 111 tm_t = s.st_mtime;
  /external/llvm/utils/
llvm-compilers-check 540 if confstat.st_mtime > makestat.st_mtime:
  /external/zlib/src/contrib/minizip/
minizip.c 124 tm_t = s.st_mtime;
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 359 r.s.modTime_sec = st.st_mtime;
582 snprintf(buf + 136, 12, "%0lo", s.st_mtime);
803 r.s.modTime_sec = st.st_mtime;
    [all...]
  /system/core/toolbox/cp/
utils.c 76 tv[1].tv_sec = fs->st_mtime;
  /external/jhead/
jhead.c 798 ImageInfo.FileDateTime = st.st_mtime;
    [all...]

Completed in 4413 milliseconds

1 2 3 4 5 6 78 91011>>