Home | History | Annotate | Download | only in adb

Lines Matching refs:GetLogFilePath

640     fprintf(stderr, "Full server startup log: %s\n", GetLogFilePath().c_str());
643 unique_fd fd(adb_open(GetLogFilePath().c_str(), O_RDONLY));