Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp879 static uint64_t get_uint_var(const char* var_name) { in get_uint_var() function
904 target_sparse_limit = static_cast<int64_t>(get_uint_var("max-download-size")); in get_sparse_limit()
1293 uint64_t fetch_size = get_uint_var(FB_VAR_MAX_FETCH_SIZE); in fetch_partition()