Home
last modified time | relevance | path

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

/system/extras/partition_tools/
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()
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()
Dlpadd.cc107 explicit SuperHelper(const std::string& super_path) : super_path_(super_path) {} in SuperHelper() argument
466 std::string super_path = argv[optind++]; in main() local
482 SuperHelper super(super_path); in main()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp3817 auto super_path = device_->GetSuperDevice(slot_number); in HandleImminentDataWipe() local
3818 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in HandleImminentDataWipe()
3868 auto super_path = device_->GetSuperDevice(slot_number); in FinishMergeInRecovery() local
3869 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in FinishMergeInRecovery()
4017 auto super_path = device_->GetSuperDevice(slot_number); in RecoveryCreateSnapshotDevices() local
4018 if (!CreateLogicalAndSnapshotPartitions(super_path, 20s)) { in RecoveryCreateSnapshotDevices()