Home
last modified time | relevance | path

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

/aosp_15_r20/system/apex/apexd/
H A Dapexd_session.cpp46 static Result<SessionState> ParseSessionState(const std::string& session_dir) { in ParseSessionState()
77 ApexSession::ApexSession(SessionState state, std::string session_dir) in ApexSession()
243 std::string session_dir = in CreateSession() local
252 auto session_dir = in GetSession() local
267 std::string session_dir = entry.path(); in GetSessions() local
H A Dapexd_session_test.cpp76 std::string session_dir = std::string(td.path) + "/239"; in TEST() local