Home
last modified time | relevance | path

Searched defs:std_err (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/
Dshell_params.rs18 pub std_err: ShellFileHandle, field
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/
Dshell_params.rs18 pub std_err: ShellFileHandle, field
/aosp_15_r20/packages/modules/adb/test_utils/
Dtest_utils.cpp47 int ReadShellProtocol(android::base::borrowed_fd fd, std::string* std_out, std::string* std_err) { in ReadShellProtocol()
/aosp_15_r20/bootable/libbootloader/gbl/libefi_types/defs/
H A Dsystem_table.h41 EfiSimpleTextOutputProtocol* std_err; member
/aosp_15_r20/external/federated-compute/fcp/testing/
H A Dtesting.cc170 std::string std_out, std_err; in ComputeDiff() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Dio.hpp548 constexpr boost::process::detail::std_out_<2> std_err; variable