OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:used_blocks
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/payload_generator/
delta_diff_utils.cc
393
uint64_t
used_blocks
= 0;
local
413
// sublist starting at |
used_blocks
| of length |chunk_num_blocks| where
417
ExtentsSublist(old_identical_blocks,
used_blocks
, chunk_num_blocks),
425
ExtentsSublist(new_identical_blocks,
used_blocks
, chunk_num_blocks));
427
used_blocks
+= chunk_num_blocks;
431
<<
used_blocks
<< " identical blocks moved";
[
all
...]
/build/make/tools/releasetools/
build_image.py
526
r'Created filesystem with .* (?P<
used_blocks
>[0-9]+)/'
529
used_blocks
= int(m.groupdict().get('
used_blocks
'))
540
if
used_blocks
> adjusted_blocks:
544
mount_point, total_blocks,
used_blocks
, reserved_blocks,
Completed in 562 milliseconds