Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session.h70 const std::string& GetSessionDir() const;
Dapexd_session.cpp201 const std::string& ApexSession::GetSessionDir() const { return session_dir_; } in GetSessionDir() function in android::apex::ApexSession
263 << "; session_dir = " << session.GetSessionDir() << "]"; in operator <<()
Dapexd_session_test.cpp138 ASSERT_EQ(session_dir, session->GetSessionDir()); in TEST()