Searched refs:GetLogFilePath (Results 1 – 4 of 4) sorted by relevance
95 std::string GetLogFilePath();
789 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()
322 std::string GetLogFilePath() { in GetLogFilePath() function
50 const std::string log_file_path(GetLogFilePath()); in setup_daemon_logging()