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

/system/core/fastboot/
H A Dfastboot.c75 static int64_t target_sparse_limit = -1; variable
551 if (target_sparse_limit == -1) {
552 target_sparse_limit = get_target_sparse_limit(usb);
554 if (target_sparse_limit > 0) {
555 limit = target_sparse_limit;

Completed in 704 milliseconds