HomeSort by relevance Sort by last modified time
    Searched refs:buf_sp (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Host/linux/
Host.cpp 66 lldb::DataBufferSP buf_sp (new DataBufferHeap(1, 0));
91 buf_sp.reset (buf_ap.release());
105 return buf_sp;
114 lldb::DataBufferSP buf_sp = ReadProcPseudoFile (pid, "stat"); local
118 const char *filename_end = strrchr ((const char *)buf_sp->GetBytes(), ')');
167 lldb::DataBufferSP buf_sp = ReadProcPseudoFile (pid, "status"); local
170 char *buf_uid = strstr ((char *)buf_sp->GetBytes(), uid_token);
180 char *buf_gid = strstr ((char *)buf_sp->GetBytes(), gid_token);
190 char *buf_tracerpid = strstr((char *)buf_sp->GetBytes(), tracerpid_token);
391 lldb::DataBufferSP buf_sp; local
458 lldb::DataBufferSP buf_sp = ReadProcPseudoFile (tid, "comm"); local
    [all...]
  /external/lldb/source/Host/freebsd/
Host.cpp 305 DataBufferSP buf_sp; local
330 buf_sp.reset(buf_ap.release());
336 return buf_sp;

Completed in 813 milliseconds