Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_usb.cpp101 std::string debugEnv = "LIBUSB_DEBUG"; in InitLogging() local
129 debugEnv += "="; in InitLogging()
130 debugEnv += std::to_string(debugLevel); in InitLogging()
131 _putenv(debugEnv.c_str()); in InitLogging()
133 setenv(debugEnv.c_str(), std::to_string(debugLevel).c_str(), 1); in InitLogging()