HomeSort by relevance Sort by last modified time
    Searched refs:GetLogFilePath (Results 1 - 5 of 5) sorted by null

  /development/testrunner/
logger.py 36 def GetLogFilePath():
  /system/core/adb/
adb_utils.h 92 std::string GetLogFilePath();
adb_utils.cpp 291 std::string GetLogFilePath() {
adb.cpp 640 fprintf(stderr, "Full server startup log: %s\n", GetLogFilePath().c_str());
643 unique_fd fd(adb_open(GetLogFilePath().c_str(), O_RDONLY));
    [all...]
  /system/core/adb/client/
main.cpp 42 const std::string log_file_path(GetLogFilePath());

Completed in 69 milliseconds