OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_postinstall
(Results
1 - 6
of
6
) sorted by null
/system/update_engine/payload_consumer/
install_plan.cc
68
utils::ToString(partition.
run_postinstall
).c_str());
116
run_postinstall
== that.
run_postinstall
&&
install_plan.h
95
bool
run_postinstall
{false};
postinstall_runner_action.cc
73
partition_weight_[i] = install_plan_.partitions[i].
run_postinstall
;
90
!install_plan_.partitions[current_partition_].
run_postinstall
) {
postinstall_runner_action_unittest.cc
191
part.
run_postinstall
= true;
delta_performer.cc
795
install_part.
run_postinstall
=
796
partition.has_run_postinstall() && partition.
run_postinstall
();
797
if (install_part.
run_postinstall
) {
[
all
...]
/system/update_engine/payload_generator/
payload_generation_config.cc
89
bool
run_postinstall
;
local
90
if (!store.GetBoolean("RUN_POSTINSTALL_" + part.name, &
run_postinstall
) ||
91
!
run_postinstall
)
Completed in 603 milliseconds