Home
last modified time | relevance | path

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

/tools/include/nolibc/
A Dtypes.h184 union { time_t st_mtime; struct timespec st_mtim; }; /* time of last modification */ member
/tools/testing/selftests/powerpc/ptrace/
A Dcore-pkey.c156 return buf.st_mtime >= info->core_time ? buf.st_size : TEST_FAIL; in try_core_file()
/tools/perf/util/
A Ddata-convert-json.c271 time_t stctime = st.st_mtime; in output_headers()
A Dheader.c3519 stctime = st.st_mtime; in perf_header__fprintf_info()
/tools/mm/
A 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/nolibc/
A Dnolibc-test.c932 if (st.st_mtim.tv_sec != st.st_mtime || st.st_mtim.tv_nsec > 1000000000) in test_stat_timestamps()

Completed in 20 milliseconds