Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_trace.cpp62 static std::string get_log_file_name() { in get_log_file_name() function
77 int fd = unix_open(get_log_file_name(), O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0640); in start_device_log()