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

  /bionic/libc/include/sys/
stat.h 55 struct timespec st_ctim; \
73 struct timespec st_ctim; \
93 struct timespec st_ctim; \
112 struct timespec st_ctim; \
125 #define st_ctime st_ctim.tv_sec
129 #define st_ctimensec st_ctim.tv_nsec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stat.h 75 struct timespec st_ctim; /* Time of last status change. */ member in struct:stat
78 # define st_ctime st_ctim.tv_sec
121 struct timespec st_ctim; /* Time of last status change. */ member in struct:stat64
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stat.h 93 struct timespec st_ctim; /* Time of last status change. */ member in struct:stat
96 # define st_ctime st_ctim.tv_sec
154 struct timespec st_ctim; /* Time of last status change. */ member in struct:stat64
157 # define st_ctime st_ctim.tv_sec
  /bionic/libc/arch-mips64/bionic/
stat.cpp 71 st->st_ctim.tv_sec = static_cast<time_t>(s->_st_ctime);
72 st->st_ctim.tv_nsec = static_cast<long>(s->st_ctime_nsec);
  /system/core/sdcard/
sdcard.c 402 attr->ctime = s->st_ctim.tv_sec;
405 attr->ctimensec = s->st_ctim.tv_nsec;
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 174 milliseconds