Home
last modified time | relevance | path

Searched refs:st_mtime (Results 1 – 7 of 7) sorted by relevance

/tools/include/nolibc/
Dtypes.h218 union { time_t st_mtime; struct timespec st_mtim; }; /* time of last modification */ member
/tools/testing/selftests/powerpc/ptrace/
Dcore-pkey.c185 return buf.st_mtime >= info->core_time ? buf.st_size : TEST_FAIL; in try_core_file()
/tools/perf/util/
Ddata-convert-json.c270 time_t stctime = st.st_mtime; in output_headers()
Dheader.c3501 stctime = st.st_mtime; in perf_header__fprintf_info()
/tools/mm/
Dpage-types.c948 strftime(mtime, sizeof(mtime), "%c", localtime(&st->st_mtime)); in show_file()
951 mtime, now - st->st_mtime, in show_file()
/tools/testing/selftests/filesystems/fuse/
Dbpf_loader.c438 fuse_attr_out->mtime = st.st_mtime; in s_fuse_attr()
/tools/testing/selftests/nolibc/
Dnolibc-test.c729 if (st.st_mtim.tv_sec != st.st_mtime || st.st_mtim.tv_nsec > 1000000000) in test_stat_timestamps()