Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.h188 int64_t get_sparse_limit(int64_t size, const FlashingPlan* fp);
Dtask.cpp124 if (int limit = get_sparse_limit(super_size_, fp_)) { in Run()
Dfastboot.cpp1022 int64_t get_sparse_limit(int64_t size, const FlashingPlan* fp) { in get_sparse_limit() function
1064 int64_t limit = get_sparse_limit(sz, fp); in load_buf_fd()