Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfastboot.h159 int64_t get_sparse_limit(int64_t size);
H A Dtask.cpp100 if (int limit = get_sparse_limit(super_size_)) { in Run()
H A Dfastboot.cpp1017 int64_t get_sparse_limit(int64_t size) { in get_sparse_limit() function
1057 int64_t limit = get_sparse_limit(sz); in load_buf_fd()