HomeSort by relevance Sort by last modified time
    Searched full:err_str (Results 1 - 25 of 43) sorted by null

1 2

  /external/lldb/tools/debugserver/source/
DNBError.cpp 75 const char *err_str = AsString(); local
76 if (err_str == NULL)
77 err_str = "???";
78 DNBLogThreaded ("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_err);
97 const char *err_str = AsString(); local
98 if (err_str == NULL)
99 err_str = "???";
100 DNBLogThreaded ("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_err);
DNBError.h 78 void SetErrorString(const char *err_str)
80 if (err_str && err_str[0])
81 m_str = err_str;
DNB.cpp 189 char *err_str,
204 err_str,
207 if (err_str && err_len > 0)
208 err_str[0] = '\0';
214 snprintf(err_str, err_len, "%s (%s)", stat_error, path);
233 if (err_str)
235 *err_str = '\0';
241 strncpy(err_str, launch_err_str, err_len-1);
242 err_str[err_len-1] = '\0'; // Make sure the error string is terminated
262 if (err_str && err_len > 0
    [all...]
RNBContext.cpp 243 const char *err_str = m_launch_status.AsString(); local
244 if (err_str)
245 s = err_str;
DNB.h 43 char *err_str,
46 nub_process_t DNBProcessAttach (nub_process_t pid, struct timespec *timeout, char *err_str, size_t err_len) DNB_EXPORT;
47 nub_process_t DNBProcessAttachByName (const char *name, struct timespec *timeout, char *err_str, size_t err_len) DNB_EXPORT;
48 nub_process_t DNBProcessAttachWait (const char *wait_name, nub_launch_flavor_t launch_flavor, bool ignore_existing, struct timespec *timeout, useconds_t interval, char *err_str, size_t err_len, DNBShouldCancelCallback should_cancel = NULL, void *callback_data = NULL) DNB_EXPORT;
debugserver.cpp 347 char err_str[1024]; local
348 pid = DNBProcessAttach (attach_pid, NULL, err_str, sizeof(err_str));
354 if (err_str[0])
355 ctx.LaunchStatus().SetErrorString(err_str);
1254 char err_str[1024] = {'\\0'}; local
    [all...]
  /external/libpcap/
pcap-netfilter-linux.h 34 int netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str);
pcap-bt-linux.h 39 int bt_findalldevs(pcap_if_t **alldevsp, char *err_str);
pcap-usb-linux.h 39 int usb_findalldevs(pcap_if_t **alldevsp, char *err_str);
pcap-bt-linux.c 81 bt_findalldevs(pcap_if_t **alldevsp, char *err_str)
94 snprintf(err_str, PCAP_ERRBUF_SIZE,
102 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't allocate %zu bytes for Bluetooth device list",
112 snprintf(err_str, PCAP_ERRBUF_SIZE,
127 dev_descr, err_str) < 0)
pcap-dbus.c 271 dbus_findalldevs(pcap_if_t **alldevsp, char *err_str)
273 if (pcap_add_if(alldevsp, "dbus-system", 0, "D-Bus system bus", err_str) < 0)
275 if (pcap_add_if(alldevsp, "dbus-session", 0, "D-Bus session bus", err_str) < 0)
pcap-netfilter-linux.c 633 netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str)
642 snprintf(err_str, PCAP_ERRBUF_SIZE, "Can't open netlink socket %d:%s",
648 if (pcap_add_if(alldevsp, NFLOG_IFACE, 0, "Linux netfilter log (NFLOG) interface", err_str) < 0)
650 if (pcap_add_if(alldevsp, NFQUEUE_IFACE, 0, "Linux netfilter queue (NFQUEUE) interface", err_str) < 0)
pcap-usb-linux.c 147 usb_dev_add(pcap_if_t** alldevsp, int n, char *err_str)
155 dev_descr, err_str) < 0)
161 usb_findalldevs(pcap_if_t **alldevsp, char *err_str)
182 ret = usb_dev_add(alldevsp, n, err_str);
203 ret = usb_dev_add(alldevsp, n, err_str);
pcap-canusb-linux.c 89 int canusb_findalldevs(pcap_if_t **alldevsp, char *err_str)
132 if (pcap_add_if(alldevsp, dev_name, 0, dev_descr, err_str) < 0)
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileJITEventListener.cpp 58 const std::string err_str = sys::StrError(); local
59 DEBUG(dbgs() << "Failed to connect to OProfile agent: " << err_str << "\n");
68 const std::string err_str = sys::StrError(); local
70 << err_str << "\n");
  /external/lldb/source/Core/
Error.cpp 54 Error::Error (const char* err_str):
59 SetErrorString(err_str);
198 const char *err_str = AsCString(); local
199 if (err_str == NULL)
200 err_str = "???";
202 SetErrorStringWithFormat("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_code);
237 const char *err_str = AsCString(); local
238 if (err_str == NULL)
239 err_str = "???";
241 SetErrorStringWithFormat("error: %s err = %s (0x%8.8x)", arg_msg, err_str, m_code)
    [all...]
RegularExpression.cpp 262 RegularExpression::GetErrorAsCString (char *err_str, size_t err_str_max_len) const
266 if (err_str && err_str_max_len)
267 *err_str = '\0';
271 return ::regerror (m_comp_err, &m_preg, err_str, err_str_max_len);
  /hardware/ril/rild/
rild.c 145 char *err_str = NULL; local
324 err_str = dlerror();
325 if (err_str) {
326 RLOGW("RIL_SAP_Init not defined or exported in %s: %s\n", rilLibPath, err_str);
  /hardware/libhardware/
hardware.c 81 char const *err_str = dlerror(); local
82 ALOGE("load: module=%s\n%s", path, err_str?err_str:"unknown");
  /external/mesa3d/src/mesa/program/
program_parse.y 319 const char *const err_str = (state->mode == ARB_vertex)
323 yyerror(& @2, state, err_str);
1055 char *const err_str =
1058 yyerror(& @1, state, (err_str != NULL)
1059 ? err_str : "invalid condition code");
1061 if (err_str != NULL) {
1062 free(err_str);
1078 char *const err_str =
1081 yyerror(& @1, state, (err_str != NULL)
1082 ? err_str : "invalid condition code")
    [all...]
  /external/lldb/include/lldb/API/
SBError.h 56 SetErrorString (const char *err_str);
  /external/lldb/source/API/
SBError.cpp 159 SBError::SetErrorString (const char *err_str)
162 m_opaque_ap->SetErrorString (err_str);
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp 42 static CFStringRef CopyBundleIDForPath (const char *app_buncle_path, DNBError &err_str);
    [all...]
MachProcess.h 48 pid_t AttachForDebug (pid_t pid, char *err_str, size_t err_len);
76 static const void * PrepareForAttach (const char *path, nub_launch_flavor_t launch_flavor, bool waitfor, DNBError &err_str);
77 static void CleanupAfterAttach (const void *attach_token, bool success, DNBError &err_str);
  /external/lldb/source/Target/
StopInfo.cpp 441 const char *err_str = condition_error.AsCString("<Unknown Error>"); local
443 log->Printf("Error evaluating condition: \"%s\"\n", err_str);
445 error_sp->PutCString (err_str);
751 const char *err_str = error.AsCString("<Unknown Error>"); local
753 log->Printf("Error evaluating condition: \"%s\"\n", err_str);
755 error_sp->PutCString (err_str)
    [all...]

Completed in 1052 milliseconds

1 2