Home | History | Annotate | Download | only in updater

Lines Matching defs:num_sectors

346         char *num_sectors;
347 if (asprintf(&num_sectors, "%lld", atoll(fs_size) / 512) <= 0) {
353 const char* const f2fs_argv[] = {"mkfs.f2fs", "-t", "-d1", location, num_sectors, NULL};
355 free(num_sectors);