Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dserialize.cpp28 auto varPath = PERSIST_DIR + versionId; in storeToFile() local
29 std::ofstream varOutput(varPath.c_str()); in storeToFile()
53 auto varPath = PERSIST_DIR + versionId; in restoreFromFile() local
54 if (std::filesystem::exists(varPath)) in restoreFromFile()
56 std::ifstream varInput(varPath.c_str(), std::ios::in); in restoreFromFile()
65 std::filesystem::remove(varPath); in restoreFromFile()