Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session.cpp87 Result<ApexSession> ApexSession::GetSessionFromFile(const std::string& path) { in GetSessionFromFile() function in android::apex::ApexSession
105 return GetSessionFromFile(path); in GetSession()
123 auto session = GetSessionFromFile(session_dir_path + "/" + kStateFileName); in GetSessions()
Dapexd_session.h83 static android::base::Result<ApexSession> GetSessionFromFile(