Searched refs:target_sparse_limit (Results 1 – 1 of 1) sorted by relevance
106 static int64_t target_sparse_limit = -1; variable1022 if (target_sparse_limit == -1) { in get_sparse_limit()1023 target_sparse_limit = static_cast<int64_t>(get_uint_var("max-download-size")); in get_sparse_limit()1025 if (target_sparse_limit > 0) { in get_sparse_limit()1026 limit = target_sparse_limit; in get_sparse_limit()1539 target_sparse_limit = -1; in reboot_to_userspace_fastboot()2035 if (target_sparse_limit > 0 && target_sparse_limit < limit) { in fb_perform_format()2036 limit = target_sparse_limit; in fb_perform_format()