Searched refs:libDir (Results 1 – 1 of 1) sorted by relevance
57 std::string libDir = sizeof(void *) == 8 ? "lib64" : "lib"; in startCounterProducer() local58 std::string producerPath = "/vendor/" + libDir + "/libgpudataproducer.so"; in startCounterProducer()