Home
last modified time | relevance | path

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

/system/gsid/
Dpartition_installer.h60 const std::string& install_dir() const { return install_dir_; } in install_dir()
77 std::string install_dir_; variable
Dpartition_installer.cpp50 install_dir_(install_dir), in PartitionInstaller()
55 images_ = ImageManager::Open(MetadataDir(active_dsu), install_dir_); in PartitionInstaller()
71 auto manager = ImageManager::Open(MetadataDir(active_dsu_), install_dir_); in PostInstallCleanup()
128 if (statvfs(install_dir_.c_str(), &sb)) { in PerformSanityChecks()
Dgsi_service.cpp121 install_dir_ = install_dir; in openInstall()
122 if (int status = ValidateInstallParams(install_dir_)) { in openInstall()
127 auto dsu_slot = GetDsuSlot(install_dir_); in openInstall()
132 *_aidl_return = SaveInstallation(install_dir_); in openInstall()
139 auto dsu_slot = GetDsuSlot(install_dir_); in closeInstall()
154 if (install_dir_.empty()) { in createPartition()
174 installer_ = std::make_unique<PartitionInstaller>(this, install_dir_, name, in createPartition()
175 GetDsuSlot(install_dir_), size, readOnly); in createPartition()
269 PLOG(ERROR) << "write failed: " << GetDsuSlot(install_dir_); in enableGsi()
818 if (!install_dir_.empty()) { in GetActiveDsuSlot()
[all …]
Dgsi_service.h106 std::string install_dir_ = {}; variable