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

  /external/chromium_org/remoting/host/
host_exit_codes.cc 24 const char* ExitCodeToString(HostExitCodes exit_code) {
host_exit_codes.h 36 const char* ExitCodeToString(HostExitCodes exit_code);
host_status_sender.cc 112 ExitCodeToString(exit_code));
154 message += std::string(" ") + ExitCodeToString(exit_code);
server_log_entry.cc 97 entry->Set(kExitCodeName, ExitCodeToString(exit_code));

Completed in 173 milliseconds