Searched refs:c_unix_timestamp (Results 1 – 3 of 3) sorted by relevance
610 cfg.c_unix_timestamp = strtoull(optarg, &endptr, 0); in mkfs_parse_options_cfg()611 if (cfg.c_unix_timestamp == -1 || *endptr != '\0') { in mkfs_parse_options_cfg()1044 cfg.c_unix_timestamp = epoch; in parse_source_date_epoch()1182 if (cfg.c_unix_timestamp != -1) { in main()1183 g_sbi.build_time = cfg.c_unix_timestamp; in main()
87 u64 c_unix_timestamp; member
35 cfg.c_unix_timestamp = -1; in erofs_init_configure()