Searched refs:DsuInstallDirFile (Results 1 – 3 of 3) sorted by relevance
40 static inline std::string DsuInstallDirFile(const std::string& dsu_slot) { in DsuInstallDirFile() function
105 auto install_dir_file = DsuInstallDirFile(dsu_slot); in SaveInstallation()116 PLOG(ERROR) << "write failed: " << DsuInstallDirFile(dsu_slot); in SaveInstallation()715 auto install_dir_file = DsuInstallDirFile(GetDsuSlot(prefix)); in openImageService()849 android::base::ReadFileToString(DsuInstallDirFile(active_dsu), &dir)) { in GetInstalledImageDir()900 DsuInstallDirFile(dsu_slot), in RemoveGsiFiles()958 if (access(DsuInstallDirFile(dsu_slot).c_str(), F_OK) != 0) { in GetInstalledDsuSlots()973 if (!android::base::ReadFileToString(DsuInstallDirFile(slot), &install_dir) || in CleanCorruptedInstallation()
59 auto install_dir_file = gsi::DsuInstallDirFile(gsi::GetDsuSlot(dir_prefix)); in Open()