Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session.cpp78 std::string session_dir = GetSessionsDir() + "/" + std::to_string(session_id); in CreateSession() local
79 if (auto status = CreateDirIfNeeded(session_dir, 0700); !status.ok()) { in CreateSession()
254 std::string session_dir = GetSessionsDir() + "/" + std::to_string(GetId()); in DeleteSession() local
255 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()