Searched refs:GetSessionDir (Results 1 – 3 of 3) sorted by relevance
70 const std::string& GetSessionDir() const;
201 const std::string& ApexSession::GetSessionDir() const { return session_dir_; } in GetSessionDir() function in android::apex::ApexSession263 << "; session_dir = " << session.GetSessionDir() << "]"; in operator <<()
138 ASSERT_EQ(session_dir, session->GetSessionDir()); in TEST()