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

  /external/lldb/source/Interpreter/
OptionValueFileSpec.cpp 147 OptionValueFileSpec::GetFileContents(bool null_terminate)
151 if (null_terminate)
  /external/lldb/include/lldb/Interpreter/
OptionValueFileSpec.h 112 GetFileContents(bool null_terminate);
  /external/lldb/include/lldb/Host/
File.h 388 /// @param[in] null_terminate
404 bool null_terminate,
  /external/lldb/source/Host/common/
FileSpec.cpp 838 const bool null_terminate = false; local
839 error = file.Read (file_size, file_offset, null_terminate, data_sp);
865 const bool null_terminate = true; local
866 error = file.Read (length, offset, null_terminate, data_sp);
    [all...]
File.cpp 592 File::Read (size_t &num_bytes, off_t &offset, bool null_terminate, DataBufferSP &data_buffer_sp)
611 data_heap_ap.reset(new DataBufferHeap(num_bytes + (null_terminate ? 1 : 0), '\0'));
  /external/lldb/source/Target/
Target.cpp 2727 const bool null_terminate = true; local
    [all...]

Completed in 134 milliseconds