Home
last modified time | relevance | path

Searched refs:super_path (Results 1 – 4 of 4) sorted by relevance

/system/extras/partition_tools/
Dlpunpack.cc129 std::string super_path = argv[optind++]; in main() local
144 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()
Dlpdump.cc474 std::string super_path; in LpdumpMain() local
477 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()
Dlpadd.cc104 explicit SuperHelper(const std::string& super_path) : super_path_(super_path) {} in SuperHelper() argument
449 std::string super_path = argv[optind++]; in main() local
465 SuperHelper super(super_path); in main()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp3363 auto super_path = device_->GetSuperDevice(slot_number); in HandleImminentDataWipe() local
3364 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in HandleImminentDataWipe()
3414 auto super_path = device_->GetSuperDevice(slot_number); in FinishMergeInRecovery() local
3415 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in FinishMergeInRecovery()
3564 auto super_path = device_->GetSuperDevice(slot_number); in RecoveryCreateSnapshotDevices() local
3565 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in RecoveryCreateSnapshotDevices()