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

  /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...]
  /external/lldb/source/Target/
Target.cpp 2727 const bool null_terminate = true; local
    [all...]

Completed in 3565 milliseconds