Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp103 static int64_t target_sparse_limit = -1; variable
1027 if (target_sparse_limit == -1) { in get_sparse_limit()
1028 target_sparse_limit = static_cast<int64_t>(get_uint_var("max-download-size", fp->fb)); in get_sparse_limit()
1030 if (target_sparse_limit > 0) { in get_sparse_limit()
1031 limit = target_sparse_limit; in get_sparse_limit()
1568 target_sparse_limit = -1; in reboot_to_userspace_fastboot()
2018 if (target_sparse_limit > 0 && target_sparse_limit < limit) { in fb_perform_format()
2019 limit = target_sparse_limit; in fb_perform_format()