Searched refs:super_path (Results 1 – 4 of 4) sorted by relevance
129 std::string super_path = argv[optind++]; in main() local144 if (!android::base::Realpath(super_path, &abs_super_path)) { in main()145 std::cerr << "realpath failed: " << super_path << ": " << strerror(errno) << "\n"; in main()149 unique_fd fd(open(super_path.c_str(), O_RDONLY | O_CLOEXEC)); in main()
474 std::string super_path; in LpdumpMain() local477 super_path = argv[optind++]; in LpdumpMain()480 super_path = GetSuperPartitionName(slot); in LpdumpMain()487 auto pt = ReadDeviceOrFile(super_path, slot.value()); in LpdumpMain()515 if (IsEmptySuperImage(super_path)) { in LpdumpMain()527 super_path = GetSuperPartitionName(i); in LpdumpMain()530 pt = ReadDeviceOrFile(super_path, i); in LpdumpMain()
104 explicit SuperHelper(const std::string& super_path) : super_path_(super_path) {} in SuperHelper() argument449 std::string super_path = argv[optind++]; in main() local465 SuperHelper super(super_path); in main()
3363 auto super_path = device_->GetSuperDevice(slot_number); in HandleImminentDataWipe() local3364 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in HandleImminentDataWipe()3414 auto super_path = device_->GetSuperDevice(slot_number); in FinishMergeInRecovery() local3415 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in FinishMergeInRecovery()3564 auto super_path = device_->GetSuperDevice(slot_number); in RecoveryCreateSnapshotDevices() local3565 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in RecoveryCreateSnapshotDevices()