HomeSort by relevance Sort by last modified time
    Searched refs:st_mtim (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stat.h 89 struct timespec st_mtim; /* Time of last modification. */ member in struct:stat
92 # define st_mtime st_mtim.tv_sec
150 struct timespec st_mtim; /* Time of last modification. */ member in struct:stat64
153 # define st_mtime st_mtim.tv_sec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stat.h 89 struct timespec st_mtim; /* Time of last modification. */ member in struct:stat
92 # define st_mtime st_mtim.tv_sec
150 struct timespec st_mtim; /* Time of last modification. */ member in struct:stat64
153 # define st_mtime st_mtim.tv_sec
  /external/chromium_org/net/disk_cache/simple/
simple_util.cc 33 *out_sec = st.st_mtim.tv_sec;
34 *out_nsec = st.st_mtim.tv_nsec;
  /ndk/sources/host-tools/make-3.81/
filedef.h 118 file_timestamp_cons (fname, (st).st_mtime, (st).st_mtim.ST_MTIM_NSEC)
configure     [all...]
  /external/chromium_org/base/
platform_file_posix.cc 278 const time_t last_modified_sec = file_info.st_mtim.tv_sec;
279 const int64 last_modified_nsec = file_info.st_mtim.tv_nsec;
  /external/chromium_org/base/files/
file_posix.cc 126 time_t last_modified_sec = stat_info.st_mtim.tv_sec;
127 int64 last_modified_nsec = stat_info.st_mtim.tv_nsec;
  /build/libs/host/
CopyFile.c 67 * date. Cygwin/Mingw doesn't support st_mtim and always returns false.
75 return pSrcStat->st_mtim.tv_nsec > 0;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 583 timestruc_t st_mtim; member in struct:stat64
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp     [all...]
  /external/elfutils/0.153/src/
strip.c 330 TIMESPEC_TO_TIMEVAL (&tv[1], &pre_st.st_mtim);
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 691 milliseconds