Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer_android.cc37 #define LOG_PATH "/data/misc/bluetooth/logs/firmware_events.log" macro
167 if (rename(LOG_PATH, LAST_LOG_PATH) == -1 && errno != ENOENT) { in hci_open_firmware_log_file()
169 LOG_PATH, LAST_LOG_PATH, strerror(errno)); in hci_open_firmware_log_file()
173 int logfile_fd = open(LOG_PATH, O_WRONLY | O_CREAT | O_TRUNC, in hci_open_firmware_log_file()
177 LOG_ERROR(LOG_TAG, "%s unable to open '%s': %s", __func__, LOG_PATH, in hci_open_firmware_log_file()