Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/
H A Dfastboot.cpp96 static uint64_t sparse_limit = 0; variable
899 int64_t limit = sparse_limit; in get_sparse_limit()
1716 if (sparse_limit > 0 && sparse_limit < limit) { in fb_perform_format()
1717 limit = sparse_limit; in fb_perform_format()
2015 if (!android::base::ParseByteCount(optarg, &sparse_limit)) { in Main()