Searched refs:fit_set_timestamp (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/tools/ |
D | image-host.c | 135 ret = fit_set_timestamp(fit, noffset, timestamp); in fit_image_write_sig()
|
D | fit_image.c | 58 ret = fit_set_timestamp(ptr, 0, time); in fit_add_file_data()
|
/external/u-boot/prebuilt-intermediates/ |
D | image.h | 1028 int fit_set_timestamp(void *fit, int noffset, time_t timestamp);
|
/external/u-boot/include/ |
D | image.h | 1028 int fit_set_timestamp(void *fit, int noffset, time_t timestamp);
|
/external/u-boot/common/ |
D | image-fit.c | 1101 int fit_set_timestamp(void *fit, int noffset, time_t timestamp) in fit_set_timestamp() function
|