Home
last modified time | relevance | path

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

/cts/hostsidetests/graphics/gpuprofiling/app/
Dandroid_graphics_cts_GpuCounters.cpp57 std::string libDir = sizeof(void *) == 8 ? "lib64" : "lib"; in startCounterProducer() local
58 std::string producerPath = "/vendor/" + libDir + "/libgpudataproducer.so"; in startCounterProducer()