Searched refs:st_ctim (Results 1 – 4 of 4) sorted by relevance
72 public final StructTimespec st_ctim; field in StructStat99 StructTimespec st_ctim, long st_blksize, long st_blocks) { in StructStat() argument110 this.st_ctime = st_ctim.tv_sec; in StructStat()113 this.st_ctim = st_ctim; in StructStat()
1275 assertEquals(structStat1.st_ctim.tv_sec, structStat1.st_ctime); in test_fstat_times()1284 assertEquals(-1, structStat1.st_ctim.compareTo(structStat2.st_ctim)); in test_fstat_times()
483 (*env)->SetLongField(env, attrs, attrs_st_ctime_nsec, (jlong)buf->st_ctim.tv_nsec); in prepAttributes()
495 jobject ctim_timespec = makeStructTimespec(env, sb.st_ctim); in makeStructStat()