Searched refs:GetStashFileName (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/updater/ |
D | blockimg.cpp | 673 static std::string GetStashFileName(const std::string& base, const std::string& id, in GetStashFileName() function 725 std::string dirname = GetStashFileName(base, "", ""); in DeleteStash() 759 std::string fn = GetStashFileName(params.stashbase, id, ""); in LoadStash() 820 std::string fn = GetStashFileName(base, id, ".partial"); in WriteStash() 821 std::string cn = GetStashFileName(base, id, ""); in WriteStash() 871 std::string dname = GetStashFileName(base, "", ""); in WriteStash() 883 std::string dirname = GetStashFileName(base, "", ""); in CreateStash() 956 DeleteFile(GetStashFileName(base, id, "")); in FreeStash() 1720 std::string updated_marker = GetStashFileName(params.stashbase + ".UPDATED", "", ""); in PerformBlockImageUpdate()
|