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

  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.h 166 GetLwpInfo(lldb::tid_t tid, void *lwpinfo, int &error_no);
  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher_unittest.cc 223 int error_no = net::ERR_CONNECTION_RESET; local
224 net::URLRequestStatus status(net::URLRequestStatus::FAILED, error_no);
227 GoogleServiceAuthError::FromConnectionError(error_no);
242 int error_no = net::ERR_CONNECTION_RESET; local
243 net::URLRequestStatus status(net::URLRequestStatus::FAILED, error_no);
246 GoogleServiceAuthError::FromConnectionError(error_no);

Completed in 72 milliseconds