HomeSort by relevance Sort by last modified time
    Searched full:run_postinstall (Results 1 - 8 of 8) sorted by null

  /system/update_engine/payload_consumer/
install_plan.cc 63 utils::ToString(partition.run_postinstall).c_str());
125 run_postinstall == that.run_postinstall &&
postinstall_runner_action.cc 75 partition_weight_[i] = install_plan_.partitions[i].run_postinstall;
97 !install_plan_.partitions[current_partition_].run_postinstall) {
install_plan.h 107 bool run_postinstall{false};
postinstall_runner_action_unittest.cc 175 part.run_postinstall = true;
delta_performer.cc 799 install_part.run_postinstall =
800 partition.has_run_postinstall() && partition.run_postinstall();
801 if (install_part.run_postinstall) {
    [all...]
  /system/update_engine/payload_generator/
payload_generation_config.cc 91 bool run_postinstall; local
92 if (!store.GetBoolean("RUN_POSTINSTALL_" + part.name, &run_postinstall) ||
93 !run_postinstall)
  /system/update_engine/
update_metadata.proto 220 optional bool run_postinstall = 2;
224 // will be used. This setting is only used when |run_postinstall| is set and
231 // |run_postinstall| is set and true.
  /system/update_engine/scripts/update_payload/
update_metadata_pb2.py 373 name='run_postinstall', full_name='chromeos_update_engine.PartitionUpdate.run_postinstall', index=1,

Completed in 144 milliseconds