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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stat.h 90 struct timespec st_ctim; /* Time of last status change. */ member in struct:stat
93 # define st_ctime st_ctim.tv_sec
151 struct timespec st_ctim; /* Time of last status change. */ member in struct:stat64
154 # define st_ctime st_ctim.tv_sec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stat.h 90 struct timespec st_ctim; /* Time of last status change. */ member in struct:stat
93 # define st_ctime st_ctim.tv_sec
151 struct timespec st_ctim; /* Time of last status change. */ member in struct:stat64
154 # define st_ctime st_ctim.tv_sec
  /external/chromium_org/base/
platform_file_posix.cc 282 const time_t creation_time_sec = file_info.st_ctim.tv_sec;
283 const int64 creation_time_nsec = file_info.st_ctim.tv_nsec;
  /external/chromium_org/base/files/
file_posix.cc 130 time_t creation_time_sec = stat_info.st_ctim.tv_sec;
131 int64 creation_time_nsec = stat_info.st_ctim.tv_nsec;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 584 timestruc_t st_ctim; member in struct:stat64
  /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 785 milliseconds