HomeSort by relevance Sort by last modified time
    Searched refs:root_part (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/bin/
site_utils.py     [all...]
partition.py 223 def get_unmounted_partition_list(root_part, job=None, min_blocks=0,
229 @param root_part: The root device name (without the '/dev/' prefix, example
235 the root_part from the ones checked to be mounted.
245 if (part.device != partname_to_device(root_part) and
    [all...]
  /system/update_engine/payload_consumer/
delta_performer.cc 794 PartitionUpdate root_part; local
795 root_part.set_partition_name(kLegacyPartitionNameRoot);
800 root_part.set_run_postinstall(false);
802 root_part.set_run_postinstall(true);
805 *root_part.mutable_old_partition_info() = manifest_.old_rootfs_info();
809 *root_part.mutable_new_partition_info() = manifest_.new_rootfs_info();
812 *root_part.mutable_operations() = manifest_.install_operations();
814 partitions_.push_back(std::move(root_part));
    [all...]
delta_performer_integration_test.cc 730 InstallPlan::Partition root_part; local
731 root_part.name = kLegacyPartitionNameRoot;
759 &root_part.source_hash));
766 install_plan->partitions = {root_part, kernel_part};
    [all...]
  /external/autotest/client/cros/faft/
rpc_functions.py 338 root_part = self._os_if.get_root_part()
339 return self._os_if.is_removable_device(root_part)

Completed in 202 milliseconds