Home | History | Annotate | Download | only in common

Lines Matching defs:null_terminate

838             const bool null_terminate = false;
839 error = file.Read (file_size, file_offset, null_terminate, data_sp);
865 const bool null_terminate = true;
866 error = file.Read (length, offset, null_terminate, data_sp);