Searched refs:GetSessionFromFile (Results 1 – 2 of 2) sorted by relevance
96 Result<ApexSession> ApexSession::GetSessionFromFile(const std::string& path) { in GetSessionFromFile() function in android::apex::ApexSession113 return GetSessionFromFile(path); in GetSession()131 auto session = GetSessionFromFile(sessionDirPath + "/" + kStateFileName); in GetSessions()
73 static android::base::Result<ApexSession> GetSessionFromFile(