Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DPropertyNodeTest.cc110 std::string test_path = "TEST_PATH"; in TEST() local
111 PropertyNode t(test_name, test_path, {}, 0, false); in TEST()
113 EXPECT_EQ(test_path, t.GetPath()); in TEST()
DFileNodeTest.cc101 std::string test_path = "TEST_PATH"; in TEST() local
102 FileNode t(test_name, test_path, {}, 0, false, true); in TEST()
104 EXPECT_EQ(test_path, t.GetPath()); in TEST()