Home
last modified time | relevance | path

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

/system/core/adb/client/
Dmain.cpp46 const std::string log_file_path(GetLogFilePath()); in setup_daemon_logging()
/system/core/adb/
Dadb_utils.h96 std::string GetLogFilePath();
Dadb_utils.cpp322 std::string GetLogFilePath() { in GetLogFilePath() function
Dadb.cpp612 fprintf(stderr, "Full server startup log: %s\n", GetLogFilePath().c_str()); in ReportServerStartupFailure()
615 android::base::unique_fd fd(unix_open(GetLogFilePath(), O_RDONLY)); in ReportServerStartupFailure()