Home
last modified time | relevance | path

Searched defs:stderr (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/daemon/
Dshell_service_test.cpp96 int ReadShellProtocol(int fd, std::string* stdout, std::string* stderr) { in ReadShellProtocol()
181 std::string stdout, stderr; in TEST_F() local
195 std::string stdout, stderr; in TEST_F() local
220 std::string stdout, stderr; in TEST_F() local
243 std::string stdout, stderr; in TEST_F() local
255 std::string stdout, stderr; in TEST_F() local
267 std::string stdout, stderr; in TEST_F() local
315 std::string stdout, stderr; in TEST_F() local
/system/tools/aidl/tests/
Dintegration-test.py33 def __init__(self, exit_status, stdout, stderr): argument
/system/extras/pagecache/
Dpagecache.py285 def read_and_parse_trace_data_live(stdout, stderr, pagecache_stats, app_name): argument