Home
last modified time | relevance | path

Searched refs:status_ptr (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/lldb/include/lldb/Host/
DHost.h207 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/
DHost.cpp471 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/
DRemoteAwarePlatform.cpp174 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()
DPlatform.cpp1322 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/
DRemoteAwarePlatform.h72 int *status_ptr, int *signo_ptr,
77 const FileSpec &working_dir, int *status_ptr,
DPlatform.h626 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/
Dclient_callback.h86 ops->ClientRecvStatus(context, tag->status_ptr()); in CallbackUnaryCallImpl()
Dcallback_common.h74 Status* status_ptr() { return &status_; } in status_ptr() function
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dcallback_common.h95 Status* status_ptr() { return &status_; } in status_ptr() function
Dclient_callback.h104 ops->ClientRecvStatus(context, tag->status_ptr()); in CallbackUnaryCallImpl()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dcallback_common.h95 Status* status_ptr() { return &status_; } in status_ptr() function
Dclient_callback.h104 ops->ClientRecvStatus(context, tag->status_ptr()); in CallbackUnaryCallImpl()
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h146 int *status_ptr, // Pass NULL if you don't want the process exit status
DPlatformRemoteGDBServer.cpp717 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/
DGDBRemoteCommunicationClient.h406 int *status_ptr, // Pass nullptr if you don't want the process exit status
DGDBRemoteCommunicationClient.cpp2834 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/
Djvmti.h1262 jint* status_ptr);
2158 jint* status_ptr) { in GetClassStatus()
2159 return functions->GetClassStatus(this, klass, status_ptr); in GetClassStatus()