Home
last modified time | relevance | path

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

/u-boot/include/linux/
A Dstat.h60 unsigned long st_mtime; /* time file was last modified */ member
88 unsigned long st_mtime; member
118 time_t st_mtime; member
144 unsigned long st_mtime; member
/u-boot/tools/
A Ddefault_image.c105 time = imagetool_get_source_date(params->cmdname, sbuf->st_mtime); in image_set_header()
A Dfit_image.c58 sbuf.st_mtime); in fit_add_file_data()
/u-boot/fs/jffs2/
A Djffs2_1pass.c888 if (st->st_mtime == (time_t)(-1)) /* some ctimes really hate -1 */ in dump_stat()
889 st->st_mtime = 1; in dump_stat()
891 ctime_r((time_t *)&st->st_mtime, s/*,64*/); /* newlib ctime doesn't have buflen */ in dump_stat()
916 st.st_mtime = i->mtime; in dump_inode()

Completed in 13 milliseconds