Home
last modified time | relevance | path

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

/aosp_15_r20/external/erofs-utils/mkfs/
H A Dmain.c610 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()
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dconfig.h87 u64 c_unix_timestamp; member
/aosp_15_r20/external/erofs-utils/lib/
H A Dconfig.c35 cfg.c_unix_timestamp = -1; in erofs_init_configure()