Home
last modified time | relevance | path

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

/system/tools/hidl/test/host_test/
Dmain.cpp90 EXPECT_EQ_OK("foo/a/b/c/1.2/x.y", coordinator.getFilepath, kName, Location::GEN_OUTPUT, "x.y"); in TEST_F()
97 EXPECT_EQ_OK("foo/a/b/c/1.2/", coordinator.getFilepath, kName, Location::GEN_OUTPUT, ""); in TEST_F()
/system/tools/hidl/
Dmain.cpp1089 Coordinator::Location::GEN_OUTPUT,
1098 Coordinator::Location::GEN_OUTPUT,
1107 Coordinator::Location::GEN_OUTPUT,
1152 Coordinator::Location::GEN_OUTPUT,
1161 Coordinator::Location::GEN_OUTPUT,
1170 Coordinator::Location::GEN_OUTPUT,
1229 Coordinator::Location::GEN_OUTPUT,
DCoordinator.h61 GEN_OUTPUT, // e.x. mOutputPath + /android/hardware/foo/1.0/*.cpp enumerator
DCoordinator.cpp152 case Location::GEN_OUTPUT: { in getFilepath()