Searched refs:null_terminate (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | OptionValueFileSpec.cpp | 151 OptionValueFileSpec::GetFileContents(bool null_terminate) in GetFileContents() argument 155 if (null_terminate) in GetFileContents()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| D | OptionValueFileSpec.h | 112 GetFileContents(bool null_terminate);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/ |
| D | FileSpec.cpp | 866 const bool null_terminate = false; in ReadFileContents() local 867 error = file.Read (file_size, file_offset, null_terminate, data_sp); in ReadFileContents() 893 const bool null_terminate = true; in ReadFileContentsAsCString() local 894 error = file.Read (length, offset, null_terminate, data_sp); in ReadFileContentsAsCString()
|
| D | File.cpp | 718 File::Read (size_t &num_bytes, off_t &offset, bool null_terminate, DataBufferSP &data_buffer_sp) in Read() argument 737 … data_heap_ap.reset(new DataBufferHeap(num_bytes + (null_terminate ? 1 : 0), '\0')); in Read()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/ |
| D | File.h | 405 bool null_terminate,
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ |
| D | Target.cpp | 3018 const bool null_terminate = true; in GetExpressionPrefixContentsAsCString() local 3019 DataBufferSP data_sp(file->GetFileContents(null_terminate)); in GetExpressionPrefixContentsAsCString()
|