Home
last modified time | relevance | path

Searched refs:PACKAGE_ROOT (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/test/host_test/
Dmain.cpp88 EXPECT_EQ_OK("foo/a1/b1/c/1.2/x.y", coordinator.getFilepath, kName, Location::PACKAGE_ROOT, in TEST_F()
96 EXPECT_EQ_OK("foo/a1/b1/c/1.2/", coordinator.getFilepath, kName, Location::PACKAGE_ROOT, ""); in TEST_F()
/system/tools/hidl/
DCoordinator.h60 PACKAGE_ROOT, // e.x. mRootPath + /nfc/1.0/Android.bp enumerator
Dmain.cpp533 status_t err = coordinator->getFilepath(fqName, Coordinator::Location::PACKAGE_ROOT, in isSystemExtPackage()
1246 Coordinator::Location::PACKAGE_ROOT,
1258 Coordinator::Location::PACKAGE_ROOT,
1336 Coordinator::Location::PACKAGE_ROOT,
DCoordinator.cpp146 case Location::PACKAGE_ROOT: { in getFilepath()