Searched refs:fetch_size (Results 1 – 2 of 2) sorted by relevance
1293 uint64_t fetch_size = get_uint_var(FB_VAR_MAX_FETCH_SIZE); in fetch_partition() local1294 if (fetch_size == 0) { in fetch_partition()1304 uint64_t chunk_size = std::min(fetch_size, partition_size - offset); in fetch_partition()
677 uint64_t fetch_size; in TEST_F() local682 ASSERT_TRUE(android::base::ParseUint(var, &fetch_size)) << var << " is not an integer"; in TEST_F()691 uint64_t chunk_size = std::min(fetch_size, partition_size - offset); in TEST_F()