Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dimagetool.c123 char *source_date_epoch = getenv("SOURCE_DATE_EPOCH"); in imagetool_get_source_date() local
125 if (source_date_epoch == NULL) in imagetool_get_source_date()
128 time_t time = (time_t) strtol(source_date_epoch, NULL, 10); in imagetool_get_source_date()