OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_sectors
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
roots.cpp
254
char *
num_sectors
;
local
255
if (asprintf(&
num_sectors
, "%zd", length / 512) <= 0) {
260
const char* const f2fs_argv[] = {"mkfs.f2fs", "-t", "-d1", v->blk_device,
num_sectors
, NULL};
263
free(
num_sectors
);
/bootable/recovery/updater/
install.cpp
375
char *
num_sectors
;
local
376
if (asprintf(&
num_sectors
, "%lld", atoll(fs_size) / 512) <= 0) {
382
const char* const f2fs_argv[] = {"mkfs.f2fs", "-t", "-d1", location,
num_sectors
, NULL};
384
free(
num_sectors
);
[
all
...]
Completed in 55 milliseconds