Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp92 static int64_t target_sparse_limit = -1; variable
851 if (target_sparse_limit == -1) { in get_sparse_limit()
852 target_sparse_limit = get_target_sparse_limit(); in get_sparse_limit()
854 if (target_sparse_limit > 0) { in get_sparse_limit()
855 limit = target_sparse_limit; in get_sparse_limit()
1183 target_sparse_limit = -1; in reboot_to_userspace_fastboot()
1481 if (target_sparse_limit > 0 && target_sparse_limit < limit) { in fb_perform_format()
1482 limit = target_sparse_limit; in fb_perform_format()