Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp94 static int64_t target_sparse_limit = -1; variable
873 if (target_sparse_limit == -1) { in get_sparse_limit()
874 target_sparse_limit = get_target_sparse_limit(); in get_sparse_limit()
876 if (target_sparse_limit > 0) { in get_sparse_limit()
877 limit = target_sparse_limit; in get_sparse_limit()
1292 target_sparse_limit = -1; in reboot_to_userspace_fastboot()
1591 if (target_sparse_limit > 0 && target_sparse_limit < limit) { in fb_perform_format()
1592 limit = target_sparse_limit; in fb_perform_format()