Searched refs:logFilePath (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DSettings.cpp50 const char * logFilePath = get_driver_parameter(handle, "logfile", local
52 if (logFilePath != NULL) {
53 gLogFilePath = strdup(logFilePath);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DSettings.cpp53 const char* logFilePath = get_driver_parameter(handle, "logfile", local
55 if (logFilePath != NULL)
56 gLogFilePath = strdup(logFilePath);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DSettings.cpp59 const char * logFilePath = get_driver_parameter(handle, "logfile", local
61 if (logFilePath != NULL) {
62 gLogFilePath = strdup(logFilePath);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DSettings.cpp65 const char * logFilePath = get_driver_parameter(handle, local
67 if (logFilePath != NULL) {
68 gLogFilePath = strdup(logFilePath);

Completed in 91 milliseconds