Home
last modified time | relevance | path

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

/platform_testing/tests/display/hcct/utils/
Dvkms_tester.cpp375 std::string possibleEncoderPath = connectorDir + "/possible_" + encoderName; in LinkConnectorToEncoder() local
379 if (symlink(encoderDir.c_str(), possibleEncoderPath.c_str()) != 0) { in LinkConnectorToEncoder()
381 possibleEncoderPath.c_str(), encoderDir.c_str(), strerror(errno)); in LinkConnectorToEncoder()
385 ALOGI("Successfully linked %s to %s", possibleEncoderPath.c_str(), in LinkConnectorToEncoder()