Home
last modified time | relevance | path

Searched refs:fit_set_timestamp (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/tools/
Dimage-host.c135 ret = fit_set_timestamp(fit, noffset, timestamp); in fit_image_write_sig()
Dfit_image.c58 ret = fit_set_timestamp(ptr, 0, time); in fit_add_file_data()
/external/u-boot/prebuilt-intermediates/
Dimage.h1028 int fit_set_timestamp(void *fit, int noffset, time_t timestamp);
/external/u-boot/include/
Dimage.h1028 int fit_set_timestamp(void *fit, int noffset, time_t timestamp);
/external/u-boot/common/
Dimage-fit.c1101 int fit_set_timestamp(void *fit, int noffset, time_t timestamp) in fit_set_timestamp() function