Searched defs:install_dir (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | update.py | 133 def remove_old_release(install_dir): argument 145 def install_new_release(branch, build, install_dir): argument 151 def install_entry(branch, build, install_dir, entry): argument
|
/system/gsid/ |
D | partition_installer.h | 60 const std::string& install_dir() const { return install_dir_; } in install_dir() function
|
D | libgsi.cpp | 63 std::string GetDsuSlot(const std::string& install_dir) { in GetDsuSlot()
|
D | partition_installer.cpp | 46 PartitionInstaller::PartitionInstaller(GsiService* service, const std::string& install_dir, in PartitionInstaller() 334 int PartitionInstaller::WipeWritable(const std::string& active_dsu, const std::string& install_dir, in WipeWritable()
|
D | gsi_service.cpp | 122 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall() 327 std::string install_dir = GetActiveInstalledImageDir(); in removeGsi() local 414 std::string install_dir = GetActiveInstalledImageDir(); in zeroPartition() local 783 int GsiService::ValidateInstallParams(std::string& install_dir) { in ValidateInstallParams() 881 bool GsiService::RemoveGsiFiles(const std::string& install_dir) { in RemoveGsiFiles() 972 std::string install_dir; in CleanCorruptedInstallation() local
|