Searched refs:fs_size (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/updater/ |
D | install.c | 282 char* fs_size; in FormatFn() local 285 … if (ReadArgs(state, argv, 5, &fs_type, &partition_type, &location, &fs_size, &mount_point) < 0) { in FormatFn() 337 int status = make_ext4fs(location, atoll(fs_size), mount_point, sehandle); in FormatFn() 347 if (asprintf(&num_sectors, "%lld", atoll(fs_size) / 512) <= 0) { in FormatFn()
|