Home
last modified time | relevance | path

Searched defs:new_size (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_metadata_updater.cpp76 auto new_size = partition_update->new_partition_info().size(); in ShrinkPartitions() local
246 auto new_size = partition_update->new_partition_info().size(); in GrowPartitions() local
/aosp14/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_node_arena.h80 auto new_size = (current_data_pointer_ + aligned_size + data_.size()) * 2; in AllocateData() local
/aosp14/system/core/libutils/
H A DVectorImpl.cpp384 size_t new_size; in _grow() local
463 size_t new_size; in _shrink() local
/aosp14/frameworks/base/tools/lock_agent/
H A Dagent.cpp244 size_t new_size; in maybeTransform() local
/aosp14/system/core/fs_mgr/liblp/
H A Dbuilder.cpp649 uint64_t new_size, bool force_check) { in ValidatePartitionSizeChange()