Home
last modified time | relevance | path

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

/system/core/adb/client/
Dmain.cpp65 const std::string log_file_path(GetLogFilePath()); in setup_daemon_logging() local
66 int fd = unix_open(log_file_path.c_str(), O_WRONLY | O_CREAT | O_APPEND, 0640); in setup_daemon_logging()
68 fatal("cannot open '%s': %s", log_file_path.c_str(), strerror(errno)); in setup_daemon_logging()