/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/source/Host/common/ |
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'));
|
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...] |
/external/lldb/include/lldb/Host/ |
File.h | 388 /// @param[in] null_terminate 404 bool null_terminate,
|
/external/lldb/source/Target/ |
Target.cpp | 2727 const bool null_terminate = true; local [all...] |