Home
last modified time | relevance | path

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

/u-boot/tools/
A Dimagetool.c154 char *source_date_epoch = getenv("SOURCE_DATE_EPOCH"); in imagetool_get_source_date() local
156 if (source_date_epoch == NULL) in imagetool_get_source_date()
159 time_t time = (time_t) strtol(source_date_epoch, NULL, 10); in imagetool_get_source_date()

Completed in 2 milliseconds