Home | History | Annotate | Download | only in payload_consumer

Lines Matching defs:partition

68   // Initialize all the partition weights.
98 VLOG(1) << "Skipping post-install on partition "
105 const InstallPlan::Partition& partition =
109 utils::MakePartitionNameForMount(partition.target_path);
111 LOG(ERROR) << "Cannot make mountable device from " << partition.target_path;
115 // Perform post-install for the current_partition_ partition. At this point we
133 base::FilePath postinstall_path(partition.postinstall_path);
137 << partition.postinstall_path;
146 << partition.postinstall_path;
165 partition.filesystem_type,
171 LOG(INFO) << "Performing postinst (" << partition.postinstall_path << " at "
172 << abs_path << ") installed on device " << partition.target_path
178 LOG(INFO) << "Format file for new " << partition.postinstall_path
190 command.push_back(partition.target_path);
321 // If postinstall script for this partition is optional we can ignore the