OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:install_part
(Results
1 - 1
of
1
) sorted by null
/system/update_engine/payload_consumer/
delta_performer.cc
793
InstallPlan::Partition
install_part
;
local
794
install_part
.name = partition.partition_name();
795
install_part
.run_postinstall =
797
if (
install_part
.run_postinstall) {
798
install_part
.postinstall_path =
801
install_part
.filesystem_type = partition.filesystem_type();
806
install_part
.source_size = info.size();
807
install_part
.source_hash.assign(info.hash().begin(), info.hash().end());
812
<<
install_part
.name << ".";
817
install_part
.target_size = info.size()
[
all
...]
Completed in 49 milliseconds