Home
last modified time | relevance | path

Searched refs:system_gsi_path_ (Results 1 – 2 of 2) sorted by relevance

/system/gsid/
Dgsi_service.cpp507 system_gsi_path_ = GetImagePath(install_dir_, "system_gsi"); in StartInstall()
544 if (!FiemapWriter::GetBlockDeviceForFile(system_gsi_path_.c_str(), &block_device, in DetermineReadWriteMethod()
619 SplitFiemap::RemoveSplitFiles(system_gsi_path_); in PreallocateFiles()
679 auto system_image = CreateFiemapWriter(system_gsi_path_, gsi_size_, &error); in PreallocateSystem()
925 system_gsi_path_ = GetImagePath(install_dir_, "system_gsi"); in ReenableGsi()
963 system_gsi_path_ = GetImagePath(install_dir_, "system_gsi"); in WipeUserdata()
Dgsi_service.h145 std::string system_gsi_path_; variable