Searched refs:session_dir (Results 1 – 1 of 1) sorted by relevance
78 std::string session_dir = GetSessionsDir() + "/" + std::to_string(session_id); in CreateSession() local79 if (auto status = CreateDirIfNeeded(session_dir, 0700); !status.ok()) { in CreateSession()254 std::string session_dir = GetSessionsDir() + "/" + std::to_string(GetId()); in DeleteSession() local255 LOG(INFO) << "Deleting " << session_dir; in DeleteSession()256 auto path = std::filesystem::path(session_dir); in DeleteSession()260 return Error() << "Failed to delete " << session_dir << " : " in DeleteSession()