Home
last modified time | relevance | path

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

/hardware/interfaces/threadnetwork/aidl/default/
Dsocket_interface.cpp64 WaitForSocketFileCreated(mRadioUrl.GetPath()); in Init()
209 VerifyOrExit(sizeof(serverAddress.sun_path) > strlen(aRadioUrl.GetPath()), in OpenFile()
211 strncpy(serverAddress.sun_path, aRadioUrl.GetPath(), sizeof(serverAddress.sun_path)); in OpenFile()
/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
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc456 EXPECT_EQ(files_[0 + 2]->path, nodes[0]->GetPath()); in TEST_F()
457 EXPECT_EQ(files_[1 + 2]->path, nodes[1]->GetPath()); in TEST_F()
472 EXPECT_EQ(prop_, nodes[2]->GetPath()); in TEST_F()
549 EXPECT_EQ(files_[0 + 2]->path, nodes[0]->GetPath()); in TEST_F()
550 EXPECT_EQ(files_[1 + 2]->path, nodes[1]->GetPath()); in TEST_F()
565 EXPECT_EQ(prop_, nodes[2]->GetPath()); in TEST_F()
DPropertyNodeTest.cc118 EXPECT_EQ(test_path, t.GetPath()); in TEST()
DFileNodeTest.cc111 EXPECT_EQ(test_path, t.GetPath()); in TEST()