Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc535 snooz_log_path_(std::move(snooz_log_path)), in SnoopLogger()
548 delete_btsnoop_files(snooz_log_path_); in SnoopLogger()
555 delete_btsnoop_files(snooz_log_path_); in SnoopLogger()
1292 log::debug("Dumping btsnooz log data to {}", snooz_log_path_); in DumpSnoozLogToFile()
1293 auto last_file_path = get_last_log_path(snooz_log_path_); in DumpSnoozLogToFile()
1295 if (os::FileExists(snooz_log_path_)) { in DumpSnoozLogToFile()
1296 if (!os::RenameFile(snooz_log_path_, last_file_path)) { in DumpSnoozLogToFile()
1297 log::error("Unabled to rename existing snooz log from \"{}\" to \"{}\"", snooz_log_path_, in DumpSnoozLogToFile()
1301 log::info("Previous log file \"{}\" does not exist, skip renaming", snooz_log_path_); in DumpSnoozLogToFile()
1306 std::ofstream btsnooz_ostream(snooz_log_path_, std::ios::binary | std::ios::out); in DumpSnoozLogToFile()
[all …]
Dsnoop_logger.h344 std::string snooz_log_path_; variable