Searched refs:varPath (Results 1 – 1 of 1) sorted by relevance
28 auto varPath = PERSIST_DIR + versionId; in storeToFile() local29 std::ofstream varOutput(varPath.c_str()); in storeToFile()53 auto varPath = PERSIST_DIR + versionId; in restoreFromFile() local54 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()