Searched refs:null_terminate (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp147 OptionValueFileSpec::GetFileContents(bool null_terminate) argument
151 if (null_terminate)
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueFileSpec.h112 GetFileContents(bool null_terminate);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h388 /// @param[in] null_terminate
404 bool null_terminate,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp839 const bool null_terminate = false; local
840 error = file.Read (file_size, file_offset, null_terminate, data_sp);
866 const bool null_terminate = true; local
867 error = file.Read (length, offset, null_terminate, data_sp);
H A DFile.cpp592 File::Read (size_t &num_bytes, off_t &offset, bool null_terminate, DataBufferSP &data_buffer_sp) argument
611 data_heap_ap.reset(new DataBufferHeap(num_bytes + (null_terminate ? 1 : 0), '\0'));
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2744 const bool null_terminate = true; local
2745 DataBufferSP data_sp(file->GetFileContents(null_terminate));

Completed in 76 milliseconds