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

  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 30 handle_out, filename_out = tempfile.mkstemp(
37 command, stdout=handle_out, stderr=handle_err, shell=True)
42 os.close(handle_out)
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 509 TransportDIB::Handle* handle_out,
515 if ((handle_out->fd = HANDLE_EINTR(dup(handle_in.fd))) < 0) {
519 handle_out->auto_close = true;
522 *handle_out = NULL;
523 BrokerDuplicateHandle(handle_in, peer_pid, handle_out,
525 DCHECK(*handle_out != NULL);
528 *handle_out = handle_in;
    [all...]

Completed in 35 milliseconds