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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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
  /external/chromium_org/base/
platform_file_posix.cc 388 const time_t creation_time_sec = file_info.st_ctim.tv_sec;
389 const int64 creation_time_nsec = file_info.st_ctim.tv_nsec;
file_util_posix.cc 590 results->creation_time = base::Time::FromTimeSpec(file_info.st_ctim);
  /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 669 milliseconds