Searched refs:GetPath (Results 1 – 5 of 5) sorted by relevance
318 EXPECT_EQ(files_[0 + 2]->path, nodes[0]->GetPath()); in TEST_F()319 EXPECT_EQ(files_[1 + 2]->path, nodes[1]->GetPath()); in TEST_F()334 EXPECT_EQ(prop_, nodes[2]->GetPath()); in TEST_F()411 EXPECT_EQ(files_[0 + 2]->path, nodes[0]->GetPath()); in TEST_F()412 EXPECT_EQ(files_[1 + 2]->path, nodes[1]->GetPath()); in TEST_F()427 EXPECT_EQ(prop_, nodes[2]->GetPath()); in TEST_F()
113 EXPECT_EQ(test_path, t.GetPath()); in TEST()
104 EXPECT_EQ(test_path, t.GetPath()); in TEST()
65 const std::string& GetPath() const;
64 const std::string& Node::GetPath() const { in GetPath() function in android::perfmgr::Node