Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp187 size_t data_size = 0; // # bytes read so far in LoadPartitionContents() local
193 size_t next = size[index[i]] - data_size; in LoadPartitionContents()
211 data_size += read; in LoadPartitionContents()
256 data.resize(data_size); in LoadPartitionContents()
/bootable/recovery/minui/
Dresources.cpp37 static GRSurface* malloc_surface(size_t data_size) { in malloc_surface() argument
38 size_t size = sizeof(GRSurface) + data_size + SURFACE_DATA_ALIGNMENT; in malloc_surface()
/bootable/recovery/updater/
Dblockimg.cpp1886 if (status.data_size <= (uint64_t)j * BLOCKSIZE) { in BlockImageRecoverFn()