Home | History | Annotate | Download | only in init

Lines Matching defs:partitions

161 // required_devices_partition_names_. Found partitions will then be removed from it
195 // UeventCallback() will remove found partitions from required_devices_partition_names_.
196 // So if it isn't empty here, it means some partitions are not found.
203 LOG(INFO) << "Wait for partitions returned after " << t;
303 LOG(ERROR) << "Partitions can't be verified at boot";
306 // Checks for verified partitions.
358 // Gets the vbmeta partitions from device tree.
387 // libavb verifies AVB metadata on all verified partitions at once.
396 std::vector<std::string> partitions = android::base::Split(device_tree_vbmeta_parts_, ",");
398 for (const auto& partition : partitions) {
410 // Check if this uevent corresponds to one of the required partitions and store its symlinks if
412 // Note that the parent callback removes partitions from the list of required partitions
478 // Mounts partitions specified by fstab in device tree.
512 // to verify AVB metadata on all partitions in the verified chain.
515 // We don't need to mount partitions here in recovery mode.