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
97 auto install_dir_file = DsuInstallDirFile(dsu_slot); in SaveInstallation()108 PLOG(ERROR) << "write failed: " << DsuInstallDirFile(dsu_slot); in SaveInstallation()707 auto install_dir_file = DsuInstallDirFile(GetDsuSlot(prefix)); in openImageService()841 android::base::ReadFileToString(DsuInstallDirFile(active_dsu), &dir)) { in GetInstalledImageDir()892 DsuInstallDirFile(dsu_slot), in RemoveGsiFiles()950 if (access(DsuInstallDirFile(dsu_slot).c_str(), F_OK) != 0) { in GetInstalledDsuSlots()965 if (!android::base::ReadFileToString(DsuInstallDirFile(slot), &install_dir) || in CleanCorruptedInstallation()
59 auto install_dir_file = gsi::DsuInstallDirFile(gsi::GetDsuSlot(dir_prefix)); in Open()