Home
last modified time | relevance | path

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

/aosp12/system/bt/hci/src/
H A Dhci_layer_android.cc42 #define LOG_PATH "/data/misc/bluetooth/logs/firmware_events.log" macro
236 if (rename(LOG_PATH, LAST_LOG_PATH) == -1 && errno != ENOENT) { in hci_open_firmware_log_file()
237 LOG_ERROR("%s unable to rename '%s' to '%s': %s", __func__, LOG_PATH, in hci_open_firmware_log_file()
242 int logfile_fd = open(LOG_PATH, O_WRONLY | O_CREAT | O_TRUNC, in hci_open_firmware_log_file()
246 LOG_ERROR("%s unable to open '%s': %s", __func__, LOG_PATH, in hci_open_firmware_log_file()