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

/system/core/adb/
H A Dadb_utils.h92 std::string GetLogFilePath();
H A Dadb_utils.cpp291 std::string GetLogFilePath() { function
H A Dadb.cpp640 fprintf(stderr, "Full server startup log: %s\n", GetLogFilePath().c_str());
643 unique_fd fd(adb_open(GetLogFilePath().c_str(), O_RDONLY));
/system/core/adb/client/
H A Dmain.cpp42 const std::string log_file_path(GetLogFilePath());

Completed in 94 milliseconds