Searched refs:LOG_PATH (Results 1 – 1 of 1) sorted by relevance
37 #define LOG_PATH "/data/misc/bluetooth/logs/firmware_events.log" macro147 if (rename(LOG_PATH, LAST_LOG_PATH) == -1 && errno != ENOENT) { in hci_open_firmware_log_file()149 LOG_PATH, LAST_LOG_PATH, strerror(errno)); in hci_open_firmware_log_file()153 int logfile_fd = open(LOG_PATH, O_WRONLY | O_CREAT | O_TRUNC, in hci_open_firmware_log_file()157 LOG_ERROR(LOG_TAG, "%s unable to open '%s': %s", __func__, LOG_PATH, in hci_open_firmware_log_file()