Home
last modified time | relevance | path

Searched refs:f_in (Results 1 – 4 of 4) sorted by relevance

/external/lldb/scripts/Python/
Dedit-swig-python-wrapper-file.py41 with open(full_input_name, 'r') as f_in:
44 for line in f_in:
Dmodify-python-lldb.py290 with open(output_name, 'r') as f_in:
291 content = f_in.read()
/external/lldb/utils/git-svn/
Dconvert.py30 with open(file, 'r') as f_in:
31 content = f_in.read()
/external/libvncserver/x11vnc/
Dsslhelper.c3494 int f_in = fileno(stdin); in accept_openssl() local
3498 if (db) fprintf(stderr, "helper pid in: %d %d %d %d\n", f_in, f_out, sock, listen); in accept_openssl()
3506 if (i == f_in || i == f_out) { in accept_openssl()