Searched refs:stdinout_raw_prologue (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/client/ |
D | commandline.cpp | 321 static void stdinout_raw_prologue(int inFd, int outFd, int& old_stdin_mode, int& old_stdout_mode) { in stdinout_raw_prologue() function 370 stdinout_raw_prologue(inFd, outFd, old_stdin_mode, old_stdout_mode); in copy_to_file() 1217 stdinout_raw_prologue(-1, fd, old_stdin_mode, old_stdout_mode); in write_zeros() 1226 stdinout_raw_prologue(-1, fd, old_stdin_mode, old_stdout_mode); in write_zeros()
|