Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/adb/
Dadb_utils.h95 std::string GetLogFilePath();
Dadb.cpp789 fprintf(stderr, "Full server startup log: %s\n", GetLogFilePath().c_str()); in ReportServerStartupFailure()
792 android::base::unique_fd fd(unix_open(GetLogFilePath(), O_RDONLY)); in ReportServerStartupFailure()
1371 status.set_log_absolute_path(GetLogFilePath()); in handle_host_request()
Dadb_utils.cpp322 std::string GetLogFilePath() { in GetLogFilePath() function
/aosp_15_r20/packages/modules/adb/client/
Dmain.cpp50 const std::string log_file_path(GetLogFilePath()); in setup_daemon_logging()