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

  /libcore/luni/src/main/java/android/system/
StructStat.java 72 public final StructTimespec st_ctim; field in class:StructStat
99 StructTimespec st_ctim, long st_blksize, long st_blocks) {
110 this.st_ctime = st_ctim.tv_sec;
113 this.st_ctim = st_ctim;
  /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.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
  /prebuilts/sdk/current/
core.jar 

Completed in 59 milliseconds