Home
last modified time | relevance | path

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

/system/extras/partition_tools/
Dlpunpack.cc153 std::string super_path = image_files[index]; in main() local
158 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()
Dlpdump.cc487 std::string super_path; in LpdumpMain() local
490 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()
Dlpadd.cc108 explicit SuperHelper(const std::string& super_path) : super_path_(super_path) {} in SuperHelper() argument
467 std::string super_path = argv[optind++]; in main() local
483 SuperHelper super(super_path); in main()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp3941 auto super_path = device_->GetSuperDevice(slot_number); in HandleImminentDataWipe() local
3942 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in HandleImminentDataWipe()
3992 auto super_path = device_->GetSuperDevice(slot_number); in FinishMergeInRecovery() local
3993 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in FinishMergeInRecovery()
4141 auto super_path = device_->GetSuperDevice(slot_number); in RecoveryCreateSnapshotDevices() local
4142 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in RecoveryCreateSnapshotDevices()