Searched defs:stdout (Results 1 – 5 of 5) sorted by relevance
96 int ReadShellProtocol(borrowed_fd fd, std::string* stdout, std::string* stderr) { in ReadShellProtocol()181 std::string stdout, stderr; in TEST_F() local195 std::string stdout, stderr; in TEST_F() local220 std::string stdout, stderr; in TEST_F() local243 std::string stdout, stderr; in TEST_F() local255 std::string stdout, stderr; in TEST_F() local267 std::string stdout, stderr; in TEST_F() local315 std::string stdout, stderr; in TEST_F() local
143 ParcelFileDescriptor stdout = fileDescriptors[0]; in saveResourceToFile() local
262 ParcelFileDescriptor stdout = uiAutomation.executeShellCommand( in executeShellCommand() local
371 StringBuffer stdout = new StringBuffer(); in runShellCommand() local
232 stdout: io.TextIOBase = sys.stdout variable in SubprocessRunner