Home
last modified time | relevance | path

Searched defs:stdout (Results 1 – 10 of 10) sorted by relevance

/system/core/adb/daemon/
Dshell_service_test.cpp96 int ReadShellProtocol(borrowed_fd 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/update_engine/common/
Dsubprocess.h129 std::string stdout; member
Dsubprocess.cc234 string* stdout, in SynchronousExec()
244 string* stdout, in SynchronousExecFlags()
Dsubprocess_unittest.cc207 string stdout, stderr; in TEST_F() local
Dhttp_fetcher_unittest.cc125 brillo::StreamPtr stdout = brillo::FileStream::FromFileDescriptor( in PythonHttpServer() local
/system/apex/tests/src/com/android/tests/apex/
DApexE2EBaseHostTest.java133 String stdout = getDevice().executeAdbCommand(args); in installApexes() local
/system/update_engine/payload_generator/
Dsquashfs_filesystem.cc84 string stdout, stderr; in GetFileMapContent() local
112 string stdout, stderr; in GetUpdateEngineConfig() local
/system/tools/aidl/tests/
Daidl_integration_test.py28 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
/system/extras/simpleperf/app_api/cpp/
Dsimpleperf.cpp299 static bool RunCmd(std::vector<const char*> args, std::string* stdout) { in RunCmd()