Home
last modified time | relevance | path

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

/system/gsid/
Dpartition_installer.cpp46 PartitionInstaller::PartitionInstaller(GsiService* service, const std::string& install_dir, in PartitionInstaller() function in android::gsi::PartitionInstaller
58 PartitionInstaller::~PartitionInstaller() { in ~PartitionInstaller()
70 void PartitionInstaller::PostInstallCleanup() { in PostInstallCleanup()
79 void PartitionInstaller::PostInstallCleanup(ImageManager* manager) { in PostInstallCleanup()
88 int PartitionInstaller::StartInstall() { in StartInstall()
113 int PartitionInstaller::PerformSanityChecks() { in PerformSanityChecks()
152 int PartitionInstaller::Preallocate() { in Preallocate()
175 bool PartitionInstaller::CreateImage(const std::string& name, uint64_t size) { in CreateImage()
188 std::unique_ptr<MappedDevice> PartitionInstaller::OpenPartition(const std::string& name) { in OpenPartition()
192 bool PartitionInstaller::CommitGsiChunk(int stream_fd, int64_t bytes) { in CommitGsiChunk()
[all …]
Dpartition_installer.h35 class PartitionInstaller final {
41 PartitionInstaller(GsiService* service, const std::string& installDir, const std::string& name,
43 ~PartitionInstaller();
Dgsi_service.h107 std::unique_ptr<PartitionInstaller> installer_;
Dgsi_service.cpp174 installer_ = std::make_unique<PartitionInstaller>(this, install_dir_, name, in createPartition()
407 *_aidl_return = PartitionInstaller::WipeWritable(GetDsuSlot(install_dir), install_dir, name); in zeroPartition()