Searched refs:super_path (Results 1 – 4 of 4) sorted by relevance
153 std::string super_path = image_files[index]; in main() local158 if (!android::base::Realpath(super_path, &abs_super_path)) { in main()159 std::cerr << "realpath failed: " << super_path << ": " << strerror(errno) << "\n"; in main()163 unique_fd fd(open(super_path.c_str(), O_RDONLY | O_CLOEXEC)); in main()172 << super_path in main()181 << super_path in main()
487 std::string super_path; in LpdumpMain() local490 super_path = argv[optind++]; in LpdumpMain()493 super_path = GetSuperPartitionName(slot); in LpdumpMain()500 auto pt = ReadDeviceOrFile(super_path, slot.value()); in LpdumpMain()528 if (IsEmptySuperImage(super_path)) { in LpdumpMain()540 super_path = GetSuperPartitionName(i); in LpdumpMain()543 pt = ReadDeviceOrFile(super_path, i); in LpdumpMain()
108 explicit SuperHelper(const std::string& super_path) : super_path_(super_path) {} in SuperHelper() argument467 std::string super_path = argv[optind++]; in main() local483 SuperHelper super(super_path); in main()
3941 auto super_path = device_->GetSuperDevice(slot_number); in HandleImminentDataWipe() local3942 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in HandleImminentDataWipe()3992 auto super_path = device_->GetSuperDevice(slot_number); in FinishMergeInRecovery() local3993 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in FinishMergeInRecovery()4141 auto super_path = device_->GetSuperDevice(slot_number); in RecoveryCreateSnapshotDevices() local4142 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in RecoveryCreateSnapshotDevices()