/external/llvm-project/lldb/include/lldb/Host/ |
D | Host.h | 207 const FileSpec &working_dir, int *status_ptr, 223 const FileSpec &working_dir, int *status_ptr, 237 int *status_ptr, int *signo_ptr, 253 const FileSpec &working_dir, int *status_ptr,
|
/external/llvm-project/lldb/source/Host/common/ |
D | Host.cpp | 471 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 476 status_ptr, signo_ptr, command_output_ptr, timeout, in RunShellCommand() 482 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 486 return RunShellCommand(shell_path, Args(command), working_dir, status_ptr, in RunShellCommand() 492 int *status_ptr, int *signo_ptr, in RunShellCommand() argument 496 return RunShellCommand(llvm::StringRef(), args, working_dir, status_ptr, in RunShellCommand() 502 const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 585 if (status_ptr) in RunShellCommand() 586 *status_ptr = shell_info_sp->status; in RunShellCommand()
|
/external/llvm-project/lldb/source/Target/ |
D | RemoteAwarePlatform.cpp | 174 llvm::StringRef command, const FileSpec &working_dir, int *status_ptr, in RunShellCommand() argument 177 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 183 int *status_ptr, int *signo_ptr, std::string *command_output, in RunShellCommand() argument 186 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand() 190 status_ptr, signo_ptr, in RunShellCommand()
|
D | Platform.cpp | 1322 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument 1328 return RunShellCommand(llvm::StringRef(), command, working_dir, status_ptr, in RunShellCommand() 1338 int *status_ptr, // Pass nullptr if you don't want the process exit status in RunShellCommand() argument 1345 return Host::RunShellCommand(shell, command, working_dir, status_ptr, in RunShellCommand()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | RemoteAwarePlatform.h | 72 int *status_ptr, int *signo_ptr, 77 const FileSpec &working_dir, int *status_ptr,
|
D | Platform.h | 626 int *status_ptr, // Pass nullptr if you don't want the process exit status 637 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | client_callback.h | 86 ops->ClientRecvStatus(context, tag->status_ptr()); in CallbackUnaryCallImpl()
|
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
|
D | client_callback.h | 104 ops->ClientRecvStatus(context, tag->status_ptr()); in CallbackUnaryCallImpl()
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | callback_common.h | 95 Status* status_ptr() { return &status_; } in status_ptr() function
|
D | client_callback.h | 104 ops->ClientRecvStatus(context, tag->status_ptr()); in CallbackUnaryCallImpl()
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.h | 146 int *status_ptr, // Pass NULL if you don't want the process exit status
|
D | PlatformRemoteGDBServer.cpp | 717 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 723 return m_gdb_client.RunShellCommand(command, working_dir, status_ptr, in RunShellCommand()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.h | 406 int *status_ptr, // Pass nullptr if you don't want the process exit status
|
D | GDBRemoteCommunicationClient.cpp | 2834 int *status_ptr, // Pass NULL if you don't want the process exit status in RunShellCommand() argument 2865 else if (status_ptr) in RunShellCommand() 2866 *status_ptr = exitcode; in RunShellCommand()
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvmti.h | 1262 jint* status_ptr); 2158 jint* status_ptr) { in GetClassStatus() 2159 return functions->GetClassStatus(this, klass, status_ptr); in GetClassStatus()
|