Lines Matching refs:install_dir_
121 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()
819 return GetDsuSlot(install_dir_); in GetActiveDsuSlot()