Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dmain.cpp49 const std::string log_file_path(GetLogFilePath()); in setup_daemon_logging() local
50 int fd = unix_open(log_file_path, O_WRONLY | O_CREAT | O_APPEND, 0640); in setup_daemon_logging()
52 PLOG(FATAL) << "cannot open " << log_file_path; in setup_daemon_logging()
/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc328 std::string get_last_log_path(std::string log_file_path) { in get_last_log_path() argument
329 return log_file_path.append(".last"); in get_last_log_path()