Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 – 5 of 5) sorted by relevance

/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc318 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()
DPropertyNodeTest.cc113 EXPECT_EQ(test_path, t.GetPath()); in TEST()
DFileNodeTest.cc104 EXPECT_EQ(test_path, t.GetPath()); in TEST()
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DNode.h65 const std::string& GetPath() const;
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DNode.cc64 const std::string& Node::GetPath() const { in GetPath() function in android::perfmgr::Node