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

  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 128 base::FilePath postinstall_path(partition.postinstall_path);
129 if (postinstall_path.IsAbsolute()) {
132 << partition.postinstall_path;
137 base::FilePath(fs_mount_dir_).Append(postinstall_path).value();
141 << partition.postinstall_path;
166 LOG(INFO) << "Performing postinst (" << partition.postinstall_path << " at "
173 LOG(INFO) << "Format file for new " << partition.postinstall_path
install_plan.cc 116 postinstall_path == that.postinstall_path &&
install_plan.h 106 std::string postinstall_path; member in struct:chromeos_update_engine::InstallPlan::Partition
postinstall_runner_action_unittest.cc 179 part.postinstall_path = postinstall_program;
delta_performer.cc 849 install_part.postinstall_path =
850 (partition.has_postinstall_path() ? partition.postinstall_path()
    [all...]
  /system/update_engine/
update_metadata.proto 209 // must be run to finalize the update process. See also |postinstall_path| and
217 optional string postinstall_path = 3;
  /system/update_engine/scripts/update_payload/
update_metadata_pb2.py 376 name='postinstall_path', full_name='chromeos_update_engine.PartitionUpdate.postinstall_path', index=2,

Completed in 136 milliseconds