Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session.cpp96 Result<ApexSession> ApexSession::GetSessionFromFile(const std::string& path) { in GetSessionFromFile() function in android::apex::ApexSession
113 return GetSessionFromFile(path); in GetSession()
131 auto session = GetSessionFromFile(sessionDirPath + "/" + kStateFileName); in GetSessions()
Dapexd_session.h73 static android::base::Result<ApexSession> GetSessionFromFile(