Searched refs:samplePrefix (Results 1 – 1 of 1) sorted by relevance
165 static const char samplePrefix[] = "sample"; in DriverDevice() local166 if (getName().substr(0, sizeof(samplePrefix) - 1) == samplePrefix) { in DriverDevice()