Searched refs:addPackagePath (Results 1 – 3 of 3) sorted by relevance
/system/tools/hidl/test/host_test/ |
D | main.cpp | 45 EXPECT_EQ(OK, coordinator.addPackagePath("a.b", "a1/b1", &error)); in TEST_F() 47 EXPECT_NE(OK, coordinator.addPackagePath("a.b", "a2/b2/", &error)); in TEST_F() 81 EXPECT_EQ(OK, coordinator.addPackagePath("a.b", "a1/b1", &error)); in TEST_F()
|
/system/tools/hidl/ |
D | Coordinator.h | 53 status_t addPackagePath(const std::string& root, const std::string& path, std::string* error);
|
D | Coordinator.cpp | 85 status_t Coordinator::addPackagePath(const std::string& root, const std::string& path, std::string*… in addPackagePath() function in android::Coordinator 104 addPackagePath(root, path, nullptr /* error */); in addDefaultPackagePath() 1026 status_t err = addPackagePath(root, path, &error); in parseOptions()
|