Home
last modified time | relevance | path

Searched defs:install_dir (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/scripts/
Dupdate.py123 def remove_old_release(install_dir): argument
135 def install_new_release(branch, build, install_dir): argument
141 def install_entry(branch, build, install_dir, entry): argument
/system/gsid/
Dpartition_installer.cpp44 PartitionInstaller::PartitionInstaller(GsiService* service, const std::string& install_dir, in PartitionInstaller()
327 int PartitionInstaller::WipeWritable(const std::string& active_dsu, const std::string& install_dir, in WipeWritable()
352 const std::string& install_dir) { in GetMinimumFreeSpaceThreshold()
Dpartition_installer.h67 const std::string& install_dir() const { return install_dir_; } in install_dir() function
Dlibgsi.cpp59 std::string GetDsuSlot(const std::string& install_dir) { in GetDsuSlot()
Dgsi_service.cpp133 binder::Status GsiService::openInstall(const std::string& install_dir, int* _aidl_return) { in openInstall()
360 std::string install_dir = GetActiveInstalledImageDir(); in removeGsi() local
447 std::string install_dir = GetActiveInstalledImageDir(); in zeroPartition() local
854 int GsiService::ValidateInstallParams(std::string& install_dir) { in ValidateInstallParams()
938 bool GsiService::RemoveGsiFiles(const std::string& install_dir) { in RemoveGsiFiles()
1074 std::string install_dir; in CleanCorruptedInstallation() local
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz.cpp57 std::string GetDsuSlot(const std::string& install_dir) { in GetDsuSlot()