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
340
const InstallPlan::Partition&
install_part
=
local
345
source_path_ =
install_part
.source_path;
357
target_path_ =
install_part
.target_path;
373
DiscardPartitionTail(target_fd_,
install_part
.target_size);
844
InstallPlan::Partition
install_part
;
local
845
install_part
.name = partition.partition_name();
846
install_part
.run_postinstall =
848
if (
install_part
.run_postinstall) {
849
install_part
.postinstall_path =
852
install_part
.filesystem_type = partition.filesystem_type()
[
all
...]
Completed in 142 milliseconds