Home
last modified time | relevance | path

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

/packages/modules/adb/
Dadb_utils.h98 std::string GetLogFilePath();
Dadb_utils.cpp322 std::string GetLogFilePath() { in GetLogFilePath() function
Dadb.cpp681 fprintf(stderr, "Full server startup log: %s\n", GetLogFilePath().c_str()); in ReportServerStartupFailure()
684 android::base::unique_fd fd(unix_open(GetLogFilePath(), O_RDONLY)); in ReportServerStartupFailure()
/packages/modules/adb/client/
Dmain.cpp49 const std::string log_file_path(GetLogFilePath()); in setup_daemon_logging()