Searched defs:status_ptr (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/lldb/source/Host/common/ |
D | Host.cpp | 471 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() 482 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() 492 int *status_ptr, int *signo_ptr, in RunShellCommand() 502 const FileSpec &working_dir, int *status_ptr, in RunShellCommand()
|
/external/llvm-project/lldb/source/Target/ |
D | RemoteAwarePlatform.cpp | 174 llvm::StringRef command, const FileSpec &working_dir, int *status_ptr, in RunShellCommand() 183 int *status_ptr, int *signo_ptr, std::string *command_output, in RunShellCommand()
|
D | Platform.cpp | 1322 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() 1338 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | callback_common.h | 74 Status* status_ptr() { return &status_; } in status_ptr() function
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | callback_common.h | 95 Status* status_ptr() { return &status_; } in status_ptr() function
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | callback_common.h | 95 Status* status_ptr() { return &status_; } in status_ptr() function
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 717 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 2834 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand()
|